2.23.26 Tablix.RepeatColumnHeaders

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

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

If the Tablix.RepeatColumnHeaders 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 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.RepeatColumnHeaders element is ignored.

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

Parent elements

Tablix

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

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