VSView Reporting Edition Reference > Layout Object > Layout Properties > Orientation Property |
Returns or sets the page orientation.
layout.Orientation[ = ReportOrientationSettings ]
The settings for the Orientation property are described below:
Constant |
Value |
Description |
vsrAutoOrient |
0 |
Set the orientation automatically, based on the current PaperSize and report Width. |
vsrPortrait |
1 |
Use Portrait orientation (tall). |
vsrLandscape |
2 |
Use Landscape orientation (wide). |
ReportOrientationSettings (Enumeration)