ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportSectionPage Class / PageFooter Property

In This Topic
    PageFooter Property (ReportSectionPage)
    In This Topic
    Specifies a footer that is rendered at the bottom of each page.
    Syntax
    'Declaration
     
    Public Property PageFooter As PageHeaderFooter
    public PageHeaderFooter PageFooter {get; set;}
    See Also