Click or drag to resize
ReportValueInfoProviderGetValues Method (Int32)
Returns ReportGraphs satisfying where condition.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<ReportValueInfo> GetValues(
	int reportId
)

Parameters

reportId
Type: SystemInt32
Report ID

Return Value

Type: InfoDataSetReportValueInfo
See Also