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

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 10.0.0
Syntax
C#
public static InfoDataSet<ReportInfo> GetReports(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: System.String
Where condition
orderBy
Type: System.String
Order by
topN
Type: System.Int32
Get top N items
columns
Type: System.String
Columns to get

Return Value

Type: InfoDataSet<ReportInfo>
See Also