FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / Layout Class / PageHeader Property

In This Topic
    PageHeader Property (Layout)
    In This Topic
    Gets or sets a value that determines on which pages the Page Header section should be displayed.
    Syntax
    'Declaration
     
    Public Property PageHeader As HdrFtrEnum
    public HdrFtrEnum PageHeader {get; set;}
    Remarks

    You can use the PageHeader and PageFooter 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