ReportTableInfoProviderGetTablesInternal Method |
Returns DataSet of report tables.
Namespace: CMS.ReportingAssembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax protected InfoDataSet<ReportTableInfo> GetTablesInternal(
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:
InfoDataSetReportTableInfoSee Also