Click or drag to resize
ReportInfoProviderGetReports Method (String)
Gets all reports satisfying where condition.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<ReportInfo> GetReports(
	string where
)

Parameters

where
Type: SystemString
Where condition

Return Value

Type: InfoDataSetReportInfo
See Also