ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Table Class / TableColumns Property

In This Topic
    TableColumns Property
    In This Topic
    Gets a collection of the columns columns in a table.
    Syntax
    'Declaration
     
    Public ReadOnly Property TableColumns As TableColumnCollection
    public TableColumnCollection TableColumns {get;}

    Property Value

    A TableColumnCollection object containing the columns in the table.
    See Also