Hello,
I am using Syncfusion.AspNet.Mvc4.Reportviewer (14.1.0.46) and my problem is that report processing time on the web is too slow compared with reportdesigner tool processing time for example, and it gets worse as the formulas and repot pages increase.
I'm using rdl api with rdl reports in this way:
@(Html.EJ().ReportViewer("viewer").ProcessingMode(Syncfusion.JavaScript.ReportViewerEnums.ProcessingMode.Remote)
.ReportServiceUrl("/api/ReportApi")
.ReportPath("/ReportPath"))
My app is running on IIS and server machine is powerful.
I need to know how can I increase report processing performance? Is it possible?
Thanks!