The ReportHeader and ReportFooter elements define report sections that are usually printed at the beginning and end of the report.
<!ELEMENT ReportHeader (Line*, Label*, Special*)>
<!ATTLIST ReportHeader
Height CDATA #REQUIRED
PrintFrequency CDATA #REQUIRED>
<!ELEMENT ReportFooter (Line*, Label*, Special*, CalculatedField*)>
<!ATTLIST ReportFooter
Height CDATA #REQUIRED
PrintFrequency CDATA #REQUIRED>
The ReportHeader element can contain the following elements
The ReportFooter element can contain the following elements:
The Line element defines a report object used to draw lines on a report.
The Label element defines a report object used to draw fixed text on a report.
The Special element defines a report object used to draw page numbers and the current date on a report.
The CalculatedField element defines a report object used to draw calculated values on a report.