Click or drag to resize
ReportInfoProviderGetReports Method (String)

Note: This API is now obsolete.

Gets all reports satisfying where condition.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use member GetReports() instead")]
public static InfoDataSet<ReportInfo> GetReports(
	string where
)

Parameters

where
Type: SystemString
Where condition

Return Value

Type: InfoDataSetReportInfo
See Also