ActiveReports 12
TableColumns Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Table Class : TableColumns Property

Gets the columns in the table.

Syntax
'Declaration
 
Public ReadOnly Property TableColumns As TableColumnCollection
public TableColumnCollection TableColumns {get;}

Property Value

A TableColumnCollection containing the columns in the table.

See Also

Reference

Table Class
Table Members