I have a datasource created in my reporting server under a folder called DataSources.
I am uploading .rdl files using a console application. Is there any way to set the datasource of the uploaded .rdl programatically to datasource available in dataSources folder.
I am using reportingService webservice and C# to upload .rdls.
Mohan