Report.Orientation Property (Access)
You can use the Orientation property to specify or determine the view orientation. Read/write Byte.
Syntax
expression .Orientation
expression A variable that represents a Report object.
Remarks
The Orientation property uses the following settings.
Setting |
Visual Basic |
Description |
---|---|---|
Left-to-Right |
0 |
Sets the view orientation to left to right. |
Right-to-Left |
1 |
Sets the view orientation to right to left. |