ActiveReports 19 .NET Edition
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)
    public IList<TablixColumn> TablixColumns {get;}

    Property Value

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