Page Orientation
Contents
[
Hide
]
The RDL specification does not explicitly allow specifying the orientation of pages in a report. With Aspose.Words for Reporting Services, you can easily instruct the renderer to produce Microsoft Word documents with Portrait or Landscape page orientation. The default orientation is Portrait.
To specify the Landscape orientation, add the following lines to the
<Render>
...
<Extension Name="AWDOC" Type="Aspose.Words.ReportingServices.DocRenderer,Aspose.Words.ReportingServices">
<Configuration>
<PageOrientation>Landscape</PageOrientation>
</Configuration>
</Extension>
</Render>