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

In This Topic
    Page Property (ILayoutArea)
    In This Topic
    Gets the ILayoutPage page that hosts this LayoutArea.
    Syntax
    'Declaration
     
    ReadOnly Property Page As ILayoutPage
    ILayoutPage Page {get;}

    Property Value

    The page that hosts this layout area as an ILayoutPage.
    See Also