2.26 TablixColumn

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

The TablixColumn element defines a column in the body section of a Tablix.

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

Parent elements

TablixColumns

Child elements

TablixColumn.Width

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

 <xsd:complexType name="TablixColumnType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Width" type="SizeType" 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 TablixColumn element in RDL 2010/01and RDL 2016/01.

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