Actually we are using Angular JS. So I think we can use the jQuery component to display the SSRS report. Do you have any sample file which contains the library needs to be added in the client side (jQuery) and passing parameter to SSRS report? |
We did not consider AngularJS for Bold Reports, since it’s in LTS from July 1st 2018 onwards. Please refer the below forum.
So, we suggest you use our JavaScript control in your AngularJS application and you can refer the below online forum for using the jQuery control in an AngularJS application.
Reference Link: How to use jQuery in AngularJS application
Also, you can refer the below help links to initialize our JavaScript ReportViewer and CSS/Scripts.
|
I have made the changes in the client file. But still the I have the same issue. |
We have tried to pass the parameter from client to ReportViewer and it has been working fine. Please find the below snap for your information.
Please find the below API controller project we have used to validate this from below link.
Note : You can find the previously shared “Test.rdl” in resources folder and change the DataSource connection to run the report.
You can modify and share the above API project if you still face any issue. |