Hi,
I need to change the data source for report server objects (rdl files) dynamically. In other words, I am having databases with identical structures but different data for different clients. Then I need to use same set of reports for different customers. They will access reports through web and they should provide user id/pwd and database name in web login interface, and then it should direct to the the particular database and should be able to access the same set of reports.
Any thoughts !
Roshan.
You can accomplish this using Report Parameters. The connection string would look something like the following.="Data Source=ServerName;Initial Catalog=" & Parameters!Database.Value
Ian|||
Thanks, it is working.
Is there any way to change datasource in report model dynamically ?. i.e. sharing reports created from Report Builder between multiple databases.
I would like to create one standard report model with standard set of reports and letting usrs (different customers) add their own reports.
-Roshan
No comments:
Post a Comment