2.78 TableColumn

Applies to RDL 2003/10 and RDL 2005/01

The TableColumn element specifies a column in a Table.

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

Parent elements

TableColumns

Child elements

TableColumn.FixedHeader

TableColumn.Visibility

TableColumn.Width

The following is the XML Schema definition of the TableColumn element.          

 <xsd:complexType name="TableColumnType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="Width" type="SizeType" />
     <xsd:element name="Visibility" type="VisibilityType" minOccurs="0" />
     <xsd:element name="FixedHeader" type="xsd:boolean" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>