I have a requirement to create dynamic connection for SSRS reports where the connection information (Server & DB) will be worked out in c# code, so no interaction with end user selecting(Server or DB) Ex. i have one server and multiple databases on that so i need to change connection connection string in shared datasource for ssrs report.
please help me to create SSRS repprt to set dynamic connection string in shared datasouce using asp.net