2.10 PageHeaderFooter

Applies to RDL 2003/10 and RDL 2005/01

The PageHeaderFooter element specifies the structure and layout information for a page header or page footer in a Report.

The following are the elements that are referenced by the PageHeaderFooter element, as well as its parent element and child elements.

Referenced by

Report.PageHeader

Report.PageFooter

Parent elements

Report

Child elements

PageHeaderFooter.Height

PageHeaderFooter.PrintOnFirstPage

PageHeaderFooter.PrintOnLastPage

PageHeaderFooter.ReportItems

PageHeaderFooter.Style

The following is the XML Schema definition of the PageHeaderFooter element.

 <xsd:complexType name="PageHeaderFooterType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="Height" type="SizeType" />
     <xsd:element name="PrintOnFirstPage" type="xsd:boolean" minOccurs="0" />
     <xsd:element name="PrintOnLastPage" type="xsd:boolean" minOccurs="0" />
     <xsd:element name="ReportItems" type="ReportItemsType" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>