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

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

Parameters

reportGraph
Type: CMS.ReportingReportGraphInfo
ReportGraph to set
See Also