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

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public static SavedReportInfo GetSavedReportInfo(
	Guid savedReportGuid
)

Parameters

savedReportGuid
Type: SystemGuid
SavedReport GUID

Return Value

Type: SavedReportInfo
See Also