2.3.9 Report.ConsumeContainerWhitespace

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

The Report.ConsumeContainerWhitespace element indicates that all white space in containers (such as Body and Rectangle) is consumed during report rendering when the container’s contents grow rather than preserving the minimum white space between the contents and the bounds of the container.

The Report.ConsumeContainerWhitespace 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 Report.ConsumeContainerWhitespace element.

Parent elements

Report

The following is the XML Schema definition of the Report.ConsumeContainerWhitespace element.

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