ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data Namespace / DataTable Class / Columns Property

In This Topic
    Columns Property (DataTable)
    In This Topic
    Gets table columns.
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection(Of DataColumn)
    public GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<DataColumn> Columns {get;}
    See Also