MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixBody Class / TablixColumns Property

In This Topic
TablixColumns Property
In This Topic
Gets a collection of columns in the body section of the tablix.
Syntax
'Declaration
 
Public ReadOnly Property TablixColumns As IList(Of TablixColumn)
 

Property Value

An IList object containing the columns in the body section of the tablix.
See Also