Click or drag to resize
ReportCategoryInfoProviderDeleteReportCategoryInfoInternal Method
Deletes specified reportCategory.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
protected void DeleteReportCategoryInfoInternal(
	ReportCategoryInfo reportCategoryObj
)

Parameters

reportCategoryObj
Type: CMS.ReportingReportCategoryInfo
ReportCategory object
See Also