<body style="overflow: hidden; position: static; margin: 0px; padding: 0px; width: 100%; height: 100%">
<div style="width:100%; height:100%; position:absolute;">
@(Html.EJ().ReportViewer("reportsample")
.ProcessingMode(Syncfusion.JavaScript.ReportViewerEnums.ProcessingMode.Local)
.ReportServiceUrl(VirtualPathUtility.ToAbsolute("~/api/ReportApi"))
.ReportPath("~/App_Data/Product List.rdlc")
.ToolbarSettings(tb=>tb.Items(Syncfusion.JavaScript.ReportViewerEnums.Toolbaritems.All & ~Syncfusion.JavaScript.ReportViewerEnums.Toolbaritems.Parameters))
)
</div> |
Thanks for your reply, works perfect, I using drillThrough, when I show the child report I hide the parameters block, now when you return using the toolbar button, how can you show again the parameters block?, thanks for your help and support.
Thanks a lot for your support, this worked perfect for me!