Code: Select all
@using Stimulsoft.Report.MvcMobile
@using StiMvcBaseHelper = Stimulsoft.Report.MvcMobile.StiMvcBaseHelper
@StiMvcBaseHelper.Stimulsoft(Html).RenderMvcMobileDesignerScripts()
<div class="row">
@StiMvcBaseHelper.Stimulsoft(Html).StiMvcMobileDesigner("StiMvcMobileDesigner",
new StiMvcMobileDesignerOptions
{
ActionGetReportTemplate = "GetReportTemplate",
ActionGetReportSnapshot = "GetReportSnapshot",
ActionSaveReportTemplate = "SaveReportTemplate",
ActionDesignerEvent = "DesignerEvent"
})
</div>
Code: Select all
<div id="StiMvcMobileDesigner" style="left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute;">