ActiveReports 18 .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
    Returns a reference to the page footer section of the report.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property PageFooter As IPageSection
    public abstract IPageSection PageFooter {get;}
    See Also