Click or drag to resize
ReportCategoryInfo Constructor (DataRow)
Constructor - Creates a new ReportCategoryInfo object from the given DataRow.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
public ReportCategoryInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
See Also