Change StiMvcViewer Buttons

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

Change StiMvcViewer Buttons

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'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.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Change StiMvcViewer Buttons

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