We are using SQL 2008 ... I have 1 report that I want to deploy for mulitple clients.
How can I publish the report once to SSRS and dynamically change the datasource based on client.
I am going to need to pass in the login credentials to the datasource.
So I thought if I created multiple datasources on SSRS then I could somehow pass in which one the report should used based on a parameter.
But I can't figure it out.