Click or drag to resize
ReportGraphInfoProviderGetReportGraphInfoInternal Method (Guid)
Returns the ReportGraphlnfo structure for the specified ReportGraph GUID.

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

Parameters

reportGraphGuid
Type: SystemGuid
GUID of the ReportTable object

Return Value

Type: ReportGraphInfo
See Also