ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace / IMatrixMember Interface / AllChildren Property

In This Topic
    AllChildren Property
    In This Topic
    Gets all child data members including all subtotals and hidden members. The contents of this collection will not change based on toggle/hidden state.
    Syntax
    'Declaration
     
    ReadOnly Property AllChildren As IItemCollection(Of IMatrixMember)
    IItemCollection<IMatrixMember> AllChildren {get;}

    Property Value

    A collection of all child IMatrixMember objects, including subtotals and hidden members.
    See Also