Click or drag to resize
ReportGraphInfoProviderGetReportGraphInfoInternal Method (String)
Returns the ReportGraphInfo structure for the specified parameters.

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

Parameters

graphName
Type: SystemString
Graph name

Return Value

Type: ReportGraphInfo
See Also