ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablixBody Interface / ColumnCollection Property

In This Topic
    ColumnCollection Property
    In This Topic
    Gets the columns of the tablix body.
    Syntax
    'Declaration
     
    ReadOnly Property ColumnCollection As IItemCollection(Of ITablixColumn)
    IItemCollection<ITablixColumn> ColumnCollection {get;}

    Property Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<T> representing the columns of the tablix body.
    See Also