2.78.1 TableColumn.FixedHeader

Applies to RDL 2005/01

The TableColumn.FixedHeader element specifies whether this column remains visible when the Table is partially scrolled off the Page. The fixed header columns in a table MUST be contiguous and MUST include the first or last column in the table.

This element is optional. The value of the TableColumn.FixedHeader element MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2). If this element is not specified, its value is interpreted as false.

Following is the parent element of the TableColumn.FixedHeader element.

Parent elements

TableColumn

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

 <xsd:element name="FixedHeader" type="xsd:boolean" minOccurs="0" />