Click or drag to resize
ReportGraphInfoProviderGetReportGraphInfoInternal Method (Int32)
Returns the ReportGraphInfo structure for the specified ReportGraph ID.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
protected ReportGraphInfo GetReportGraphInfoInternal(
	int reportGraphId
)

Parameters

reportGraphId
Type: SystemInt32
ID of the ReportGraph object

Return Value

Type: ReportGraphInfo
See Also