FlexViewer provides you the flexibility to rotate the view of reports to different angles according to your requirements. To rotate the view of a report, set the RotateView property of FlexViewer class. The RotateView property accepts the following values from the FlexViewerRotateView enumeration which describes the rotation angle of the view:
At runtime, you can rotate the view of a report in clockwise or anti-clockwise direction from the View dropdown list on the top right corner of the FlexViewer control.
To rotate view of a report, use the RotateView property as shown in the following code:
FlexViewer enhances usability through smooth navigation, flexible zooming, and keyboard shortcuts.
Keyboard Shortcuts Table
Action | Shortcut |
Adjust the view | Ctrl + Mouse Wheel or Ctrl + Plus/Minus keys |
Select All Text | Ctrl + A |
Copy Selected Text |
Ctrl + C |
Alternative Copy | Ctrl + Insert |
Open Search | Ctrl + F |
Find Next | F3 |
Find Previous | Shift + F3 |
Navigate Back | Left Alt |
Navigate Forward | Right Alt |
Scroll Up / Left | Arrow Up / Left |
Scroll Down / Right | Arrow Down / Right |
Jump to Start | Home |
Jump to End | End |