Click or drag to resize
ReportInfoProviderGetReportInfo Method (String)
Returns the ReportInfo structure for the specified parameter.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public static ReportInfo GetReportInfo(
	string reportName
)

Parameters

reportName
Type: SystemString
Report name

Return Value

Type: ReportInfo
See Also