ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixHierarchy Class / TablixMembers Property

In This Topic
    TablixMembers Property (TablixHierarchy)
    In This Topic
    Gets a collection of members at the base level of the hierarchy.
    Syntax
    'Declaration
     
    Public ReadOnly Property TablixMembers As TablixItems(Of TablixMember)
    public TablixItems<TablixMember> TablixMembers {get;}

    Property Value

    A TablixItems<T> collection representing the members at the base level of the hierarchy.
    See Also