Click or drag to resize
ReportInfoProviderStringToReportItemType Method
Convert string to report item type.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public static ReportItemType StringToReportItemType(
	string type
)

Parameters

type
Type: SystemString
String name of type

Return Value

Type: ReportItemType
See Also