ActiveReports 18 .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;}
    See Also