Click or drag to resize
ReportValueInfoProviderGetValuesInternal Method
Returns DataSet of report values.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
protected InfoDataSet<ReportValueInfo> GetValuesInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by columns
topN
Type: SystemInt32
Restricts maximum number of rows, for all rows use 0
columns
Type: SystemString
Select only specified columns

Return Value

Type: InfoDataSetReportValueInfo
See Also