Right to Left export and print

Stimulsoft Reports.WEB discussion
Post Reply
beginner
Posts: 36
Joined: Thu Jun 18, 2015 5:01 am

Right to Left export and print

Post by beginner »

Hi,

I'm using `StiMvcViewer` in my MVC app with the following code:

Code: Select all

    @Html.Stimulsoft().StiMvcViewer(repName, new StiMvcViewerOptions
{
    ActionInteraction = "Interaction",
    ActionPrintReport = "PrintReport",
    ActionViewerEvent = "ViewerEvent",
    ActionExportReport = "ExportReport",

    ActionGetReportSnapshot = "Load",

    Width = Unit.Point(700),
    ScrollbarsMode = true,
    Theme = StiTheme.Windows7,
    ShowTooltips = false,
    Height = Unit.Point(200),
    Controller = "Report",
    RightToLeft = true
})

It renders just fine, and right-to-left, however print preview and all of the exports are left-to-right. Any suggestion for fixing it?

Thanks in advance.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Right to Left export and print

Post by Vladimir »

Hello,

Please download the latest version of the Stimulsoft Reports.Web product:
http://www.stimulsoft.com/en/downloads/reports-web

The problem with RightToLeft mode should be solved.

Thank you.
Post Reply