Starting in 2019, the Reporting control is no longer included in Essential Studio®. If you're experiencing issues with the Syncfusion� Reporting Platform, Report Viewer, Report Designer, or Report Writer, we recommend migrating to Bold Reports, our dedicated reporting platform.

Bold Reports offers a comprehensive suite of tools and features for all your reporting needs, and we will help you make a smooth transition from the discontinued control. Our support team at https://support.boldreports.com/ is here to assist you with any questions or difficulties you may encounter during the migration process.

We thank you for choosing Syncfusion� and appreciate your understanding.

Report Viewer not showing Parameters pane

(sorry, I could not find ReportViewer in the Control list when posting this thread)...

I want the report viewer to be able to show reports from a folder containing various reports which may or may not have parameters.
My report viewer works when the selected report has no parameters, but when a report is selected that has parameters, I just see a spinny controll which sits there forever. I do not see a parameters pane.
I am using SyncFusion Reporting (MVC ) version 18.1460.0.42.
As an example, I am using a report supplied by SyncFusion which takes 1 parameter.
@(Html.EJ().ReportViewer("viewer").ProcessingMode(Syncfusion.JavaScript.ReportViewerEnums.ProcessingMode.Local)
.ReportPath("~/Reporting/sales-order-detail.rdl")
.ReportServiceUrl("/api/ReportsService/"))
Here is the result (no parameter pane):
ReportViewerImage.png
What am I doing wrong?

4 Replies

MS Mahendran Shanmugam Syncfusion Team April 6, 2020 04:58 AM UTC

Hi David, 

We have updated the response for same query in the incident. Please open the incident from your account when using the below link. 

Regards, 
Mahendran S.  



DK David Kuziara April 6, 2020 07:00 AM UTC

Thank you for that, but that was my update which I had posted.  You had previously asked for source code which I have submitted.  I haven't heard anything since.


DK David Kuziara April 6, 2020 01:01 PM UTC

I have fixed the problem now.  It was a missing javascript file (jquery.easing).  A re-install of some nuget packages fixed the issue.
Thanks


MS Mahendran Shanmugam Syncfusion Team April 6, 2020 01:33 PM UTC

Hi David , 

Thanks for your update. 

We are happy the issue was resolved at your end. 

Regards, 
Mahendran S. 


Loader.
Up arrow icon