2.23.13 Tablix.FixedColumnHeaders

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

The Tablix.FixedColumnHeaders element specifies whether tablix column headers remain visible when a Tablix is partially scrolled off a Page. This element is optional and MUST NOT be specified more than once.

If the Tablix.FixedColumnHeaders element is specified, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2). A value of true specifies that the tablix column headers remain visible. If this element is not specified, its value is interpreted as false.

If the Tablix.BandLayoutOptions element is specified, the Tablix.FixedColumnHeaders element is ignored.

Following is the parent element of the Tablix.FixedColumnHeaders element.

Parent elements

Tablix

The following is the XML Schema definition of the Tablix.FixedColumnHeaders element.

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