2.29 TablixCells

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

The TablixCells parent element defines the collection of cells in a row of the body section of a Tablix.

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

Parent elements

TablixRow

Child elements

TablixCells.TablixCell

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

 <xsd:complexType name="TablixCellsType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="TablixCell" type="TablixCellType" minOccurs="1" 
                  maxOccurs="unbounded" />
     <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 TablixCells element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="TablixCellsType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="TablixCell" type="TablixCellType" minOccurs="1" 
                  maxOccurs="unbounded" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>