ComponentOne FlexReport for WinForms
HdrFtrEnum Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : HdrFtrEnum Enumeration
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.Win.FlexReport.HdrFtrEnum

See Also

Reference

C1.Win.FlexReport Namespace