2.8.10 Page.PageWidth

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

The Page.PageWidth element specifies the default width for rendering, in a physical-page oriented renderer, each Page in a Report in RDL 2008/01, or the report section in RDL 2010/01 and RDL 2016/01. The Page.PageWidth element is optional. If this element is present, its value MUST be an RdlSize. If this element is not present, its value is interpreted as 8.5in.

Following is the parent element of the Page.PageWidth element.

Parent elements

Page

The following is the XML Schema definition of the Page.PageWidth element.

 <xsd:element name="PageWidth" type="SizeType" minOccurs="0" />