Page 1 of 1

Change StiMvcViewer Buttons

Posted: Wed Aug 12, 2015 4:21 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'll render as following:
Image


Next and Last buttons are in the back, am I missing something or it's a bug? How can I fix it?


Thanks you.

Re: Change StiMvcViewer Buttons

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.