project's folder to the server. I recommend defining the data source for a
the connection string when you initially post a report. You'll have to
manually change the report's data source to your shared location. Although
"Teo Lachev [MVP]" <teo.lachev@nospam.prologika.com> wrote in message
news:%23aPpIzFyEHA.4040@TK2MSFTNGP11.phx.gbl...
> Stuart,
>
> I don't think you have to update the data source each time you deploy the
> report. If OverwriteDataSources is False, the data source definition won't
> be updated. This mode will allow you to use the Report Manager to link the
> report to a "central" data source
>
> Is this what you are asking for?
>
> --
> Hope this helps.
>
> ---------------------------------------------
> Teo Lachev, MVP [SQL Server], MCSD, MCT
> Author: "Microsoft Reporting Services in Action"
> Publisher website:
http://www.manning.com/lachev > Buy it from Amazon.com:
http://shrinkster.com/eq > Home page and blog:
http://www.prologika.com/ > ---------------------------------------------
>
> "Stuart" <Stuart@discussions.microsoft.com> wrote in message
> news:43EAFE72-138F-4EB7-8FBE-21DC165BC4E7@microsoft.com...
>> I am deploying reports from multiple "reports projects" within a single
>> "solution". It allows for links on the Reports Server to each basic
> category
>> of reports which is nice.
>> The problem is that while developing, within the Visual Studio .Net IDE
>> we
>> need to add "shared" datasources to each project. (We have several copies
> of
>> the same database (schema) on different servers that we wish to run the
> same
>> reports against).
>> When these projects are deployed the datasources wind up in each of the
>> project's folders on the reports server.
>> Thanks to some comments elsewhere on this site, I've managed to determine
>> that we can create a Data sources folder on the server and "move" the
>> deployed data sources to this folder, then manually link the deployed
> reports
>> to those datasources.
>>
>> Is there a way to maintain one set of datasources, deploy them
> automatically
>> to the purpose built folder for datasources, and have ALL reports use
>> them
>> once deployed, without manual intervention?
>
>