2.292.2 PageBreak.Disabled

Applies to RDL 2010/01 and RDL 2016/01

The PageBreak.Disabled element specifies whether the properties of a PageBreak element (PageBreak.BreakLocation and PageBreak.ResetPageNumber) is ignored.

The PageBreak.Disabled element is optional. If this element is present, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2) or an expression that evaluates to a Boolean. If this element is not present, its value is interpreted as false.

Following is the parent element of the PageBreak.Disabled element.

Parent elements

PageBreak

The following is the XML Schema definition of the PageBreak.Disabled element.

 <xsd:element name="Disabled" type="xsd:string" minOccurs="0" />