Click or drag to resize
ReportTableInfoProviderGetReportTableInfo Method (Int32)
Returns the ReportTableInfo structure for the specified report table.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public static ReportTableInfo GetReportTableInfo(
	int reportTableId
)

Parameters

reportTableId
Type: SystemInt32
ReportTable ID

Return Value

Type: ReportTableInfo
See Also