I have a Reporting services project that has a number of reports in the the report folder and a Live, Test and Dev data source in the Shared Data Source folder.
I have set up the solution configurations to deploy to different folders on the server based on the config (eg. debug -> dev).
My problem is that i need the reports in the dev folder on the server to use the dev datasource, the test reports to use the test datasource and the live reports to use the live datasource.
What is the best approach to take?