Click or drag to resize
ReportValueInfoProviderGetValues Method (String, String)
Returns DataSet of report values.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<ReportValueInfo> GetValues(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by columns

Return Value

Type: InfoDataSetReportValueInfo
See Also