ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / ILayoutArea Interface / Parent Property

In This Topic
    Parent Property (ILayoutArea)
    In This Topic
    Gets the parent ILayoutArea, if any.
    Syntax
    'Declaration
     
    ReadOnly Property Parent As ILayoutArea
    ILayoutArea Parent {get;}

    Property Value

    The parent layout area as an ILayoutArea.
    See Also