ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / PageBase Class / PageFooter Property

In This Topic
    PageFooter Property (PageBase)
    In This Topic
    Gets a reference to the page footer section of the report.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property PageFooter As IPageSection
    public abstract IPageSection PageFooter {get;}

    Property Value

    An IPageSection representing the page footer section of the report.
    See Also