2.8.9 Page.PageHeight

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

The Page.PageHeight element specifies the default height for rendering, in a physical-page oriented renderer, each Page at the top of a report in RDL 2008/01, or each ReportSection in RDL 2010/01 and RDL 2016/01. The Page.PageHeight 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 11in.

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

Parent elements

Page

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

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