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

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
protected ReportCategoryInfo GetReportCategoryInfoInternal(
	string categoryName
)

Parameters

categoryName
Type: SystemString
Category name

Return Value

Type: ReportCategoryInfo
See Also