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

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
protected SavedGraphInfo GetSavedGraphInfoInternal(
	int savedGraphId
)

Parameters

savedGraphId
Type: SystemInt32
SavedGraph id

Return Value

Type: SavedGraphInfo
See Also