Page 1 of 1

Right to Left export and print

Posted: Wed Aug 12, 2015 4:24 am
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.

Re: Right to Left export and print

Posted: Wed Aug 12, 2015 7:24 am
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.