We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Toolbar in blazor

Hi

How to disable button "parameters" and blur effect in report viewer blazor server application?

Report viewer location is also not working...

Thanks

Maciej


8 Replies

AM Arumugasami Murugesan Syncfusion Team March 2, 2023 07:54 AM UTC

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


Attachment: Blazor_server_App_78d99242.zip


MA Maciej March 3, 2023 12:12 PM UTC

Thank you - it works.

Is it possible to disable the blur effect of the toolbar position?

Regards




SD Sathesh Dhanasekaran Syncfusion Team March 10, 2023 12:11 PM UTC

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.



MA Maciej March 10, 2023 12:30 PM UTC

Bold Reports

4.2.53

Syncfusion Blazor

20.3.0.49

Regards 

Maciej



MA Maciej March 10, 2023 01:33 PM UTC

In version 4.2.81 

is the same - the tooltip is blurry and sharpens after a while

Regards

Maciej



AM Arumugasami Murugesan Syncfusion Team March 13, 2023 09:34 AM UTC

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.



MA Maciej March 13, 2023 08:34 PM UTC

is this the intended effect?

regards

Maciej


Attachment: reportviewer_c3d695f5.zip


AM Arumugasami Murugesan Syncfusion Team March 14, 2023 10:21 AM UTC

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:



Attachment: Blazor_server_App_4704f247.zip

Loader.
Live Chat Icon For mobile
Up arrow icon