Hi
How to disable button "parameters" and blur effect in report viewer blazor server application?
Report viewer location is also not working...
Thanks
Maciej
Hi Maciej,
Thanks for contacting Bold Reports support.
If you want to hide the parameter icon in the report viewer toolbar in blazor. You need to hide the parameter pane using toolbarSettings. Please find the reference snippet to hide the parameter block. We have prepared and attached a sample Blazor application file for your reference.
In boldreports-interop.js // Interop file to render the Bold Report Viewer component with properties. window.BoldReports = { RenderViewer: function (elementID, reportViewerOptions) { $("#" + elementID).boldReportViewer({ reportPath: reportViewerOptions.reportName, reportServiceUrl: reportViewerOptions.serviceURL, toolbarSettings: { items: ej.ReportViewer.ToolbarItems.All & ~ej.ReportViewer.ToolbarItems.Parameters } }); } }
|
If still facing the issue, please share the issue reproducible
report along with the issue snap with us
for further validation.
Regards,
Arumugasami M
Thank you - it works.
Is it possible to disable the blur effect of the toolbar position?
Regards
Hi Maciej,
Thank you for the update ,
Could you please share the version you are using? It will help us validate the blur effect of the toolbar position.
Regards,
Sathesh Dhanasekaran.
Bold Reports
4.2.53
Syncfusion Blazor
20.3.0.49
Regards
Maciej
In version 4.2.81
is the same - the tooltip is blurry and sharpens after a while
Regards
Maciej
Maciej,
Thanks for the update,
Could you please record the issue reproducible steps as video and share it with us? It will be helpful for us to validate and provide the solution at the earliest.
Maciej,
We have already resolved the toolbar content blur issue. Could you please upgrade to the latest NuGet and script version to resolve the content blur issue? We have prepared and attached a sample Blazor application for your reference.
Snap: