Click or drag to resize
ReportGraphInfoProvider.SetReportGraphInfo Method
Sets (updates or inserts) specified report graph.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 10.0.0
Syntax
C#
public static void SetReportGraphInfo(
	ReportGraphInfo reportGraph
)

Parameters

reportGraph
Type: CMS.Reporting.ReportGraphInfo
ReportGraph to set
See Also