Click or drag to resize
SavedGraphInfoProviderGetSavedGraphInfo Method (Int32)
Returns the SavedGraphInfo structure for the specified savedGraph.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public static SavedGraphInfo GetSavedGraphInfo(
	int savedGraphId
)

Parameters

savedGraphId
Type: SystemInt32
SavedGraph id

Return Value

Type: SavedGraphInfo
See Also