Click or drag to resize
ReportGraphInfoProviderGetGraphData Method
Uses the query to retrieve the graph data from the database and returns the resulting table.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetGraphData(
	ReportGraphInfo graphObj,
	QueryDataParameters parameters
)

Parameters

graphObj
Type: CMS.ReportingReportGraphInfo
ReportGraphInfo object
parameters
Type: CMS.DataEngineQueryDataParameters
Parameters array

Return Value

Type: DataSet
See Also