[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.PageHeaderFooter.PrintOnFirstPage

PrintOnFirstPage Property

PrintOnFirstPage

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

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

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

Remarks

This property is ignored in single-page reports.