ActiveReports 18 .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 the 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 containing the footer that is output at the bottom of each report page.
    See Also