ComponentOne Reports for WPF
C1.C1Report Namespace / HdrFtrEnum Enumeration

In This Topic
    HdrFtrEnum Enumeration
    In This Topic
    Specifies where the Page Footer and Page Header sections are displayed.
    Syntax
    'Declaration
     
    Public Enum HdrFtrEnum 
       Inherits System.Enum
    public enum HdrFtrEnum : System.Enum 
    Members
    MemberDescription
    AllPagesThe page footer and header are printed on all pages of a report.
    NotWithReportFtrThe page footer isn't printed on the same page as the report footer.
    NotWithReportHdrThe page header isn't printed on the same page as the report header.
    NotWithReportHdrFtrThe page footer and header are not printed on a page that has either a report header or a report footer.
    Remarks
    Use the members of this enumeration to set the value of the Layout.PageFooter and Layout.PageHeader properties in the Layout class.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.HdrFtrEnum

    See Also