Click or drag to resize
ReportTableInfoProviderGetReportTableInfo Method (String)
Returns the ReportTableInfo structure for the specified parameters.

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

Parameters

tableName
Type: SystemString
Table name

Return Value

Type: ReportTableInfo
See Also