Click or drag to resize
ReportGraphInfoProviderGetReportGraphs Method
Returns a query for all the ReportGraphInfo objects.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<ReportGraphInfo> GetReportGraphs()

Return Value

Type: ObjectQueryReportGraphInfo
See Also