|
<bold-report-viewer id="viewer" report-service-url="/api/ReportViewer" processing-mode="Remote" toolbar-settings="ViewBag.toolbarSettings">
</bold-report-viewer>
public ActionResult Index() {
ViewBag.toolbarSettings = new BoldReports.Models.ReportViewer.ToolbarSettings();
ViewBag.toolbarSettings.Items = BoldReports.ReportViewerEnums.ToolbarItems.All & ~BoldReports.ReportViewerEnums.ToolbarItems.Print & ~BoldReports.ReportViewerEnums.ToolbarItems.PrintLayout & ~BoldReports.ReportViewerEnums.ToolbarItems.PageSetup;
return View();
}
|
Hello
How can this be done on Blazor Web Assembly? Basically I would like to hide the Edit in Designer button
Hi Samson,
Thanks for the update,
Could you please share the additional information regarding your request with the snap in which you need to hide the edit button in Designer with us? It will be helpful for our further validation.
Regards,
Arumugasami M.