I have a Crystal report with 50 odd subreports, each with loads of parameters. Switching it from one database to another takes ages as the Crystal Reports IDE insists that you enter all the parameters for each sub-report.
I’m wondering if it’s possible to write a quick tool in C# to view the current database config of all of the sub-reports in an rpt file, and ideally to switch to a different database.
Unfortunately (or fortunately) I don’t have much experience of the Crystal object model – anyone know where to start?
Thanks,
Jon.
This should do the job. Obviously replace the passwords and User names where neccesary.
Hope that helps Cheers Ben