2.23.27 Tablix.RepeatRowHeaders

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

The Tablix.RepeatRowHeaders element specifies whether Tablix row headers are repeated on each page where the row traverses a page break. This element is optional and MUST NOT be specified more than once.

If the Tablix.RepeatRowHeaders 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 are to be repeated. If this element is not specified, its value is interpreted as false.

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

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

Parent elements

Tablix

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

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