I have a SSRS project developed in BIDS. This project is uploaded to two different SSRS servers targetting two different environments.
Most of the report content is the same but I must deal with a few differences to be maintained betwwen both environment:
- SSRS server URLs are different
- Datasources are different
- A few reports must have a different parameter default value
- A few datasets must have different values in SQL query
For #1 --> I use two different Visual Studio / BIDS release modes with different configurations.
For #2 --> data source config is quite static since the initial config, and I've set the report to prevent overriding the data source --> this work around is acceptable.
Any idea for #3 and #4? Ideally, it should automaticaly change to the right value depending on the selected BIDS release mode.