I have a report which runs fine locally in BIDS, but I want to deploy it to a folder that has reports in it that only Admins can run. The report connects to several servers. I can remote into the server where the report is running and connect to each sql instance the report is trying to run, so I know its not a server communication issue.
Should I set each data source to use integrated windows security? Will that carry through the users credentials to execute the report as that domain user?