2.76 Header
Applies to RDL 2003/10 and RDL 2005/01
The Header element specifies the header rows for a Table or TableGroup.
The following are the parent and child elements of the Header element.
Parent elements |
---|
Table |
TableGroup |
Child elements |
---|
The following is the XML Schema definition of the Header element.
-
<xsd:complexType name="HeaderType"> <xsd:choice minOccurs="1" maxOccurs="unbounded"> <xsd:element name="TableRows" type="TableRowsType" /> <xsd:element name="FixedHeader" type="xsd:boolean" minOccurs="0" /> <xsd:element name="RepeatOnNewPage" type="xsd:boolean" minOccurs="0" /> <xsd:any namespace="##other" processContents="skip" /> </xsd:choice> <xsd:anyAttribute namespace="##other" processContents="skip" /> </xsd:complexType>