[This is preliminary documentation and is subject to change.]
Initializes a new instance of the ReportApplication class
Namespace:
OfficeClip.BusinessLayer.ReportsAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public ReportApplication( List<ReportCategory> categories ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ categories As List(Of ReportCategory) _ ) |
| Visual C++ |
|---|
public: ReportApplication( List<ReportCategory^>^ categories ) |
Parameters
- categories
- Type: System.Collections.Generic..::.List<(Of <(ReportCategory>)>)
list of ReportCategory objects
