Click or drag to resize
SavedReportInfoProviderGetSavedReportInfoInternal Method (Int32)
Returns the SavedReportInfo structure for the specified savedReport.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
protected SavedReportInfo GetSavedReportInfoInternal(
	int savedReportId
)

Parameters

savedReportId
Type: SystemInt32
SavedReport id

Return Value

Type: SavedReportInfo
See Also