ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablixHierarchy Interface / LevelSizes Property

In This Topic
    LevelSizes Property
    In This Topic
    Gets the size (i.e. height for row hierarchy and width for column hierarchy) of each hierarchy level.
    Syntax
    'Declaration
     
    ReadOnly Property LevelSizes As IItemCollection(Of Integer)
    IItemCollection<int> LevelSizes {get;}
    See Also