This is not right: rs.SetDataSourceContents("http://<Server Name>" + "/Docs/Documents/Data Sources/AdventureWorks.rsds", definition);Including the server name (and http) will break the call. Also, unless you name your data source .rsds, including it will break the call. In this case, the call should look like this (assuming a DataSource called AdventureWorks in Data Sources folder in the Documents folder in the Docs folder): rs.SetDataSou
↧