ActiveReports 19 .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
    Gets the collection of child group members for the inner hierarchy or null if this member is the innermost leaf grouping.
    Syntax
    'Declaration
     
    ReadOnly Property Children As IItemCollection(Of IMatrixMember)

    Property Value

    A collection of child IMatrixMember objects, or null if this is the innermost leaf grouping.
    See Also