2.23.14 Tablix.FixedRowHeaders

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

The Tablix.FixedRowHeaders element specifies whether Tablix row 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 this element is specified, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2). A value of true specifies that the tablix row headers remain visible. If this element is not specified, its value is interpreted as false.

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

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

Parent elements

Tablix

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

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