ActiveReports 18 .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
    Returns 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;}
    See Also