I'm using VB.NET 2005 and Crystal Reports XI Developer.
I have developed several reports using the CR XI Developer interface. In the report design, I had to select the location of my data, so now it's "hard coded" behind the report. I want to setup a test database for my application and I want to point the reports to this new database. Is there a way to do this programmatically so I don't have to change the data source location manually in each report (there's 28 of them)? I would like to be able to flip back and forth between the Test and Production databases.
I have developed several reports using the CR XI Developer interface. In the report design, I had to select the location of my data, so now it's "hard coded" behind the report. I want to setup a test database for my application and I want to point the reports to this new database. Is there a way to do this programmatically so I don't have to change the data source location manually in each report (there's 28 of them)? I would like to be able to flip back and forth between the Test and Production databases.