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

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public static ReportGraphInfo GetReportGraphInfo(
	string graphName
)

Parameters

graphName
Type: SystemString
ReportGraph name

Return Value

Type: ReportGraphInfo
See Also