Click or drag to resize
ReportGraphInfoProviderGetGraphDataInternal 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#
protected DataSet GetGraphDataInternal(
	ReportGraphInfo graphObj,
	QueryDataParameters parameters
)

Parameters

graphObj
Type: CMS.ReportingReportGraphInfo
ReportGraphInfo object
parameters
Type: CMS.DataEngineQueryDataParameters
Query parameters

Return Value

Type: DataSet
See Also