Page Orientation

Skip to end of metadata
Go to start of metadata
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 having landscape page orientation.

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>
 

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.