PageHeader and PageFooter sections
The PageHeader and PageFooter elements define report sections
that are usually printed on every page of the report.
<!ELEMENT PageHeader (Line*, Label*, Special*)>
<!ATTLIST PageHeader
Height CDATA #REQUIRED
PrintFrequency CDATA #REQUIRED>
<!ELEMENT PageFooter (Line*, Label*, Special*)>
<!ATTLIST PageFooter
Height CDATA #REQUIRED
PrintFrequency CDATA #REQUIRED>
- Elements
The PageHeader element can contain
the following elements:
- Line
The Line element defines a report
object used to draw lines on a report.
- Label
The Label element defines a report
object used to draw fixed text on a report.
- Special
The Special element defines a report
object used to draw page numbers and the current date on a report.
The PageFooter element can contain
the following elements:
- Line
The Line element defines a report
object used to draw lines on a report.
- Label
The Label element defines a report
object used to draw fixed text on a report.
- Special
The Special element defines a report
object used to draw page numbers and the current date on a report.
- Attributes
- Height
Sets the height of the report section. If you don't want
this,section set this value to 0.
- PrintFrequency
Set the print frequency of the section.