ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Tablix Class / TablixRowHierarchy Property

In This Topic
    TablixRowHierarchy Property
    In This Topic
    Gets a row member hierarchy for the Tablix.
    Syntax
    'Declaration
     
    Public ReadOnly Property TablixRowHierarchy As TablixHierarchy
    public TablixHierarchy TablixRowHierarchy {get;}

    Property Value

    A TablixHierarchy object representing the row hierarchy of the Tablix.
    See Also