ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / PageFooter Property

In This Topic
    PageFooter Property (Report)
    In This Topic
    Gets or sets a footer object that is output at the bottom of each report page.
    Syntax
    'Declaration
     
    Public Property PageFooter As PageHeaderFooter
    public PageHeaderFooter PageFooter {get; set;}

    Property Value

    A PageHeaderFooter object representing the footer layout of each report page.
    See Also