[]
Specifies where the Page Footer and Page Header sections are displayed.
public enum HdrFtrEnum
Use the members of this enumeration to set the value of the PageFooter and PageHeader properties in the Layout class.
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. |