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

In This Topic
    TableColumns Property
    In This Topic

    Gets the columns in the table.

    Syntax
    'Declaration
     
    Public ReadOnly Property TableColumns As TableColumnCollection
    public TableColumnCollection TableColumns {get;}

    Property Value

    A TableColumnCollection containing the columns in the table.

    See Also