Code: Select all
@Html.Stimulsoft().RenderMvcViewerScripts()
@Html.Stimulsoft().StiMvcViewer(new StiMvcViewerOptions() {
ActionGetReportSnapshot = "GetReportSnapshot",
ActionExportReport = "ExportReport",
Width = Unit.Percentage(100),
Height = Unit.Pixel(999)
})
Code: Select all
TypeError: css.style is undefined
...SX8JXDlgb15R2g1&t=634953124420000000" style="height:16px;width:16px;padding:...
Receip...r6tRTc= (line 84)
TypeError: jsMvcViewer is undefined
...SX8JXDlgb15R2g1&t=634953124420000000" style="height:16px;width:16px;padding:...
Receip...r6tRTc= (line 84)
For a point of reference, the report works fine if I shift it to use the StiMvcViewerFx control instead... (literally just adding "Fx" in 3 places)
There appears to be a bug of some sort in the StiMvcViewer..
Thanks