2.15.21 Subreport.OmitBorderOnPageBreak
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The Subreport.OmitBorderOnPageBreak element specifies whether borders appear at locations where a Subreport spans multiple pages. This element also specifies whether BackgroundImage instances within the subreport continue rather than restart after a page break.
This 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 Subreport.OmitBorderOnPageBreak element.
Parent elements |
---|
Subreport |
The following is the XML Schema definition of the Subreport.OmitBorderOnPageBreak element.
-
<xsd:element name="OmitBorderOnPageBreak" type="xsd:boolean" minOccurs="0" />