ActiveReports 12
TablixColumns Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > TablixBody Class : TablixColumns Property
The list of columns in the body section of the tablix.
Syntax
'Declaration
 
Public ReadOnly Property TablixColumns As IList(Of TablixColumn)
public IList<TablixColumn> TablixColumns {get;}
See Also

Reference

TablixBody Class
TablixBody Members