2.23.22 Tablix.OmitBorderOnPageBreak

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

The Tablix.OmitBorderOnPageBreak element specifies how borders and background images that are specified under the Tablix.Style element are rendered when a rendered Tablix spans multiple pages of the output format. The Tablix.OmitBorderOnPageBreak element is optional and MUST NOT be specified more than once.

If the Tablix.Style element is not specified, the Tablix.OmitBorderOnPageBreak element is ignored. If the Tablix.OmitBorderOnPageBreak element is specified, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2).

If borders are specified to be rendered by the Tablix.Style element, a value of false specifies that borders are to be rendered along any page breaks, and a value of true specifies that borders are not to be rendered along any page breaks.

If a repeating BackgroundImage is specified to be rendered by the Tablix.Style element, a value of false specifies that the background image is restarted on each page of the tablix, and a value of true specifies that the background image continues as if it had been sliced at the page break.

If the Tablix.OmitBorderOnPageBreak element is not specified, its value is interpreted as false.

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

Parent elements

Tablix

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

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