Click or drag to resize
ReportCategoryInfoProviderGetReportCategoryInfoInternal Method (Int32)
Returns the ReportCategoryInfo structure for the specified reportCategory.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
protected ReportCategoryInfo GetReportCategoryInfoInternal(
	int reportCategoryId
)

Parameters

reportCategoryId
Type: SystemInt32
ReportCategory id

Return Value

Type: ReportCategoryInfo
See Also