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

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
public static ReportInfo GetReportInfo(
	int reportId
)

Parameters

reportId
Type: SystemInt32
Report ID

Return Value

Type: ReportInfo
See Also