URL for ActionViewerEvent
Posted: Wed Mar 25, 2015 2:53 pm
Hi,
We have the Stimulsoft Reports.Ultimate and we use the MVC Viewer.
Is there a way to assign full URL instead of action for ActionViewerEvent ?
We have the Stimulsoft Reports.Ultimate and we use the MVC Viewer.
Code: Select all
@Html.Stimulsoft().StiMvcViewer(new StiMvcViewerOptions()
{
Theme = StiTheme.Default,
ActionGetReportSnapshot = "GetReportSnapshot",
ActionViewerEvent = "ViewerEvent",
ActionPrintReport = "PrintReport",
ActionExportReport = "ExportReport",
ActionInteraction = "Interaction"
})