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

In This Topic
    ColumnHierarchy Property
    In This Topic
    Gets the column hierarchy for the tablix.
    Syntax
    'Declaration
     
    ReadOnly Property ColumnHierarchy As ITablixHierarchy
    ITablixHierarchy ColumnHierarchy {get;}

    Property Value

    An ITablixHierarchy instance representing the column hierarchy of the tablix.
    See Also