Page Orientation
Contents
[
Hide
]
Report Definition Language does not allow specifying the orientation of pages in the report explicitly. With Aspose.Pdf for Reporting Services you can easily instruct the exporter to produce PDF documents with landscape page orientation. The default orientation is portrait.
The default orientation is portrait. Parameter Name: IsLandscape Date Type: Boolean Values supported: True, False (default)
Example
<Render>
…
<Extension Name="APPDF" Type="Aspose.Pdf.ReportingServices.Renderer,Aspose.Pdf.ReportingServices">
<Configuration>
<IsLandscape>True</IsLandscape>
</Configuration>
</Extension>
</Render>