2.38 TablixCornerRow

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

The TablixCornerRow element defines a row in a TablixCorner.

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

Parent elements

TablixCornerRows

Child elements

TablixCornerRow.TablixCornerCell

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

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

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