Click or drag to resize
ReportInfoProviderGetReports Method (String, String, Int32, String)
Gets all reports based on parameters.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
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: InfoDataSetReportInfo
See Also