2.27 TablixRows

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

The TablixRows parent element defines the rows of the tablix body as a collection of TablixRow elements.

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

Parent elements

TablixBody

Child elements

TablixRows.TablixRow

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

 <xsd:complexType name="TablixRowsType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="TablixRow" type="TablixRowType" 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 TablixRows element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="TablixRowsType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="TablixRow" type="TablixRowType" minOccurs="1"
                  maxOccurs="unbounded" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>