I’m working with an ASP.NET MVC 2 project using a classic ASP.NET WebForm wired up to display the Crystal Report Viewer.
This all works just fine.
The problem is that after I set the parameters on the CrystalReportViewer instance and render it the displayed report always indicates the parameter values are missing.
Has anyone else encountered this?
I don’t know if it will help you but I recommend you return a file instaed using server control on the view. You can use the crystal reports to export a PDF or DOC file and response it to the client. You can try using this custom action result to crystal reports:
And formats to download:
PS: The code is in pt-br