2.14.19 Rectangle.OmitBorderOnPageBreak

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

The Rectangle.OmitBorderOnPageBreak element specifies whether borders do not appear at locations where a Rectangle spans multiple pages. This element also specifies whether BackgroundImage instances within the rectangle continue rather than restart after a page break.

The Rectangle.OmitBorderOnPageBreak element is optional. If this element is present, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2). If this element is not present, its value is interpreted as false.

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

Parent elements

Rectangle

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

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