2.35 TablixHeader
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The TablixHeader parent element defines contents in both a tablix column group area and a tablix row group area.
The following are the parent and child elements of the TablixHeader element.
Parent elements |
---|
Child elements |
---|
The following is the XML Schema definition of the TablixHeader element in RDL 2008/01.
-
<xsd:complexType name="TablixHeaderType"> <xsd:choice maxOccurs="unbounded"> <xsd:element name="Size" type="SizeType" minOccurs="1" maxOccurs="1" /> <xsd:element name="CellContents" type="CellContentsType" minOccurs="1" maxOccurs="1" /> <xsd:any namespace="##other" processContents="skip" /> </xsd:choice> <xsd:anyAttribute namespace="##other" processContents="skip" /> </xsd:complexType>
The following is the XML Schema definition of the TablixHeader element in RDL 2010/01 and RDL 2016/01.
-
<xsd:complexType name="TablixHeaderType"> <xsd:choice maxOccurs="unbounded"> <xsd:element name="Size" type="SizeType" minOccurs="1" maxOccurs="1" /> <xsd:element name="CellContents" type="CellContentsType" minOccurs="1" maxOccurs="1" /> <xsd:any namespace="##other" processContents="lax" /> </xsd:choice> <xsd:anyAttribute namespace="##other" processContents="lax" /> </xsd:complexType>