Help with css and toolbar viewer
Posted: Wed Oct 23, 2013 10:52 am
Hello.
If I use the web viewer in a blank layout the report is perfect. But I'm trying show the report in my layout. The report is OK but the margins of the viewer toolbar are not correct. See the attach.
Any help? Maybe any style in a div to show the report.
I've tested:
If I use the web viewer in a blank layout the report is perfect. But I'm trying show the report in my layout. The report is OK but the margins of the viewer toolbar are not correct. See the attach.
Any help? Maybe any style in a div to show the report.
I've tested:
Code: Select all
<div style="display: block;">
@Html.Stimulsoft().StiMvcViewer(new StiMvcViewerOptions() {
Theme = StiTheme.Office2010,
ActionGetReportSnapshot = "DadosExibicaoRelatorio",
ActionViewerEvent = "ViewerEvent",
ActionPrintReport = "PrintReport",
ActionExportReport = "ExportReport",
ActionInteraction = "Interaction"
})
</div>