[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.PageHeaderFooter.PrintOnLastPage

PrintOnLastPage Property

PrintOnLastPage

Gets or sets a value indicating whether the page header or footer is rendered on the last page.

Declaration
public bool PrintOnLastPage { get; set; }
Property Value
Type Description
bool

A bool value where true means the header or footer is rendered on the last page; otherwise, false. Default is false.

Remarks

This property is ignored in single-page reports.