SSRS – Specify Windows Account for SSRS Data Source in SSDT Project

ssdtssrs

In the properties of a data source in SSRS, I can specify a Windows domain account to use, like this:

SSRS data source properties

This data source was originally deployed from a SSDT project and I need these settings to be reflected in that project – otherwise the data source will no longer work correctly the next time that the project is deployed.

Unfortunately SSDT does not seem to provide a way of doing this. If I specify credentials here it automatically assumes SQL Server authentication (which is of no use to me).

SSDT data source properties

Am I missing something, or am I once again the victim of Microsoft's inability to be consistent?

Best Answer

There is no option to set a data source within the client tool to use a different Windows account. This is by design and is consistent with how Microsoft designed most all client tools (e.g. works the same way in BIDS, SSMS, etc.).

Your only option I know of would be to simply not redeploy the shared data source.