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

In This Topic
    TablixColumns Property
    In This Topic
    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