Click or drag to resize
SavedGraphInfoProviderSetSavedGraphInfoInternal Method
Sets (updates or inserts) specified savedGraph.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
protected void SetSavedGraphInfoInternal(
	SavedGraphInfo savedGraph
)

Parameters

savedGraph
Type: CMS.ReportingSavedGraphInfo
SavedGraph to set
See Also