Specifies where the Page Footer and Page Header sections are displayed.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum HdrFtrEnum |
Visual Basic |
---|
Public Enumeration HdrFtrEnum |
Members
Member name | Description | |
---|---|---|
AllPages | The page footer and header are printed on all pages of a report. | |
NotWithReportHdr | The page header isn't printed on the same page as the report header. | |
NotWithReportFtr | The page footer isn't printed on the same page as the report footer. | |
NotWithReportHdrFtr | The 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 PageFooter and PageHeader properties
in the Layout class.