Page Orientation

Contents
[ ]

To specify the Landscape orientation, add the following lines to the element corresponding to a particular renderer:

<Render>
...
<Extension Name="AWDOC" Type="Aspose.Words.ReportingServices.DocRenderer,Aspose.Words.ReportingServices">
<Configuration>
    <PageOrientation>Landscape</PageOrientation>
</Configuration>
</Extension>
</Render>