Click or drag to resize
ReportTableInfoProviderGetTables Method (Int32)
Returns report values for specified report.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<ReportTableInfo> GetTables(
	int reportId
)

Parameters

reportId
Type: SystemInt32
Report ID

Return Value

Type: InfoDataSetReportTableInfo
See Also