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

In This Topic
    Footer Property (ILayoutPage)
    In This Topic
    Gets the footer section of the page.
    Syntax
    'Declaration
     
    ReadOnly Property Footer As ILayoutArea
    ILayoutArea Footer {get;}

    Property Value

    The footer area of the page as an ILayoutArea.
    See Also