[]
        
(Showing Draft Content)

C1.WPF.FlexReport.Layout.PageHeader

PageHeader Property

PageHeader

Gets or sets a value that determines on which pages the Page Header section should be displayed.

Declaration
public HdrFtrEnum PageHeader { get; set; }
Remarks
<p>You can use the <b>PageHeader</b> and <b>PageFooter</b> properties to specify whether a report's page header or 

page footer should be printed on the same page as a report header or report footer.

For example, you might not want to print a page header containing the page number on the first page of a report if the report header is a cover sheet.

See Also