2.39 TablixCornerCell

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

The TablixCornerCell element defines a cell of a TablixCornerRow.

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

Parent elements

TablixCornerRow

Child elements

TablixCornerCell.CellContents

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

 <xsd:complexType name="TablixCornerCellType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="CellContents" type="CellContentsType" minOccurs="0" 
                  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 TablixCornerCell element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="TablixCornerCellType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="CellContents" type="CellContentsType" minOccurs="0" 
                  maxOccurs="1" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>