[]
        
(Showing Draft Content)

C1.Report.HdrFtrEnum

HdrFtrEnum Enum

Specifies where the Page Footer and Page Header sections are displayed.

Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public enum HdrFtrEnum
Remarks

Use the members of this enumeration to set the value of the PageFooter and PageHeader properties in the Layout class.

Fields

Name Description
AllPages

The page footer and header are printed on all pages of a report.

NotWithReportFtr

The page footer isn't printed on the same page as the report footer.

NotWithReportHdr

The page header isn't printed on the same page as the report header.

NotWithReportHdrFtr

The page footer and header are not printed on a page that has either a report header or a report footer.