For right-to-left languages such as Arabic or Hebrew, the viewer interface itself can be mirrored. This example enables RTL mode for the viewer.

Enabling RTL. Set the global viewer option before the control is created:
StiOptions.Viewer.RightToLeft = StiRightToLeftType.Yes;
InitializeComponent();
With RTL enabled, the toolbar, panels and scrollbars of the viewer are laid out right-to-left, which — combined with an RTL report template and interface localization — gives a fully localized experience for right-to-left audiences.
In the screenshot below you can see the result of the sample code:

Using the Right-To-Left Mode in the Viewer

By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.