2.28 TablixRow

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

The TablixRow element defines a collection of TablixCell elements that form the TablixBody.

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

Parent elements

TablixRows

Child elements

TablixRow.Height

TablixRow.TablixCells

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

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

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