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

In This Topic
    Parent Property (IMatrixMember)
    In This Topic
    Gets the parent group of this group member or null if this is the outermost group.
    Syntax
    'Declaration
     
    ReadOnly Property Parent As IMatrixMember
    IMatrixMember Parent {get;}

    Property Value

    The parent IMatrixMember group, or null if this is the outermost group.
    See Also