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

In This Topic
    MemberCollection Property
    In This Topic
    Get the root members collection.
    Syntax
    'Declaration
     
    ReadOnly Property MemberCollection As IItemCollection(Of ITablixMember)
    IItemCollection<ITablixMember> MemberCollection {get;}
    See Also