ActiveReports 19 .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
    Gets the root members collection.
    Syntax
    'Declaration
     
    ReadOnly Property MemberCollection As IItemCollection(Of ITablixMember)
    IItemCollection<ITablixMember> MemberCollection {get;}

    Property Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<T> representing the root members collection.
    See Also