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

In This Topic
    Children Property (IMatrixMember)
    In This Topic
    Returns the collection of child group members for the inner hierarchy or null if this member is the inner-most leaf grouping.
    Syntax
    'Declaration
     
    ReadOnly Property Children As IItemCollection(Of IMatrixMember)
    See Also