ActiveReports 18 .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 the list of members at the base of the hierarchy.
    Syntax
    'Declaration
     
    Public ReadOnly Property TablixMembers As TablixItems(Of TablixMember)
    public TablixItems<TablixMember> TablixMembers {get;}
    See Also