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

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

Parameters

reportCategoryObj
Type: CMS.ReportingReportCategoryInfo
ReportCategory object
See Also