ReportInfoProviderGetReports Method (String, String, Int32, String) |
Note: This API is now obsolete.
Gets all reports based on parameters.
Namespace: CMS.ReportingAssembly: CMS.Reporting (in CMS.Reporting.dll) Version: 11.0.0
Syntax [ObsoleteAttribute("Use member GetReports() instead")]
public static InfoDataSet<ReportInfo> GetReports(
string where,
string orderBy,
int topN,
string columns
)
Parameters
- where
- Type: SystemString
Where condition - orderBy
- Type: SystemString
Order by - topN
- Type: SystemInt32
Get top N items - columns
- Type: SystemString
Columns to get
Return Value
Type:
InfoDataSetReportInfoSee Also