Using a .NET web application, is there a way to dynamically load a Crystal Report, say from a dropdown list, then have the CrystalReportViewer take care of prompting for any parameters? When I've tried to do this previously it doesn't seem to work so I had to build the parameters into my page using the SetParameterValue function in the CrystalDecisions library.
I've got quite a lot of reports and want to have them available on a webpage for authenticated users (I can take care of this with Windows Authentication).
Alternatively, is there a way to dynamically get the parameters from a report and generate an input (text box, date picker, etc) and pass them back to the CrystalReportViewer?
Any help appreciated, thanks
I've got quite a lot of reports and want to have them available on a webpage for authenticated users (I can take care of this with Windows Authentication).
Alternatively, is there a way to dynamically get the parameters from a report and generate an input (text box, date picker, etc) and pass them back to the CrystalReportViewer?
Any help appreciated, thanks