[This is preliminary documentation and is subject to change.]

Initializes a new instance of the ReportCategory class

Namespace:  OfficeClip.BusinessLayer.Reports
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public ReportCategory(
	string name,
	List<ReportType> listRepType
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	listRepType As List(Of ReportType) _
)
Visual C++
public:
ReportCategory(
	String^ name, 
	List<ReportType^>^ listRepType
)

Parameters

name
Type: System..::.String
category name
listRepType
Type: System.Collections.Generic..::.List<(Of <(ReportType>)>)
list of report type under this category

See Also