2.36 TablixCorner

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The TablixCorner parent element defines the contents of the intersection of column group headers and row group headers.

The value of a CellContents.ColSpan element descendant in a tablix, decremented by 1, specifies the quantity of sequential sibling TablixCornerCell element descendants that MUST NOT have a child TablixCornerCell.CellContents element specified.

The value of a CellContents.RowSpan element descendant in the tablix, decremented by 1, specifies the quantity of sequential TablixCornerRow element siblings of the TablixCornerRow element ancestor of the RowSpan that MUST NOT have a child TablixCornerCell.CellContents element specified in the same positional order.

The following are the parent and child elements of the TablixCorner element.

Parent elements

Tablix

Child elements

TablixCorner.TablixCornerRows

The following is the XML Schema definition of the TablixCorner element in RDL 2008/01.

 <xsd:complexType name="TablixCornerType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="TablixCornerRows" type="TablixCornerRowsType" 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 TablixCorner element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="TablixCornerType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="TablixCornerRows" type="TablixCornerRowsType" minOccurs="1" 
                  maxOccurs="1" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>