Click or drag to resize
ReportCategoryInfoProviderDeleteReportCategoryInfo Method (Int32)
Deletes specified reportCategory.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
public static void DeleteReportCategoryInfo(
	int reportCategoryId
)

Parameters

reportCategoryId
Type: SystemInt32
ReportCategory id
See Also