Click or drag to resize
ReportCategoryInfoProviderSetReportCategoryInfo Method
Sets (updates or inserts) specified reportCategory.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public static void SetReportCategoryInfo(
	ReportCategoryInfo reportCategory
)

Parameters

reportCategory
Type: CMS.ReportingReportCategoryInfo
ReportCategory to set
See Also