Click or drag to resize
ReportGraphInfoProviderGetReportGraphInfo Method (Int32)
Returns the ReportGraphInfo structure for the specified reportGraph.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
public static ReportGraphInfo GetReportGraphInfo(
	int reportGraphId
)

Parameters

reportGraphId
Type: SystemInt32
ReportGraph ID

Return Value

Type: ReportGraphInfo
See Also