I’ve worked with this before in another job where the DBA set up user access to certain reports in SSRS.
All I had to do was to provide a link to the SSRS home page and the user would try and drill down to click on the report and run it. If they didn’t have access (which the DBA sets up), they wouldn’t be able to even get into the folder that contains the reports or at worst not being able to run the specific report.
Can someone please help me to inform my co-workers (thorugh a link, etc) how easy this can be accomplished instead of setting up a report viewer page within an application to access the report?
You’re talking about the Report Manager website:
http://msdn.microsoft.com/en-us/library/ms157147(v=sql.105).aspx
This is configured during the Reporting Services install or through the Reporting Services Configuration Manager. This only involves setting up the report URL; typically a once and done operation.
In terms of setting up access, you need to to grant access to items (e.g. Folders and Reports) in the Report Server – the exact steps are in this page:
http://msdn.microsoft.com/en-us/library/ms156034(v=sql.105).aspx
to add a user or group.
in this format: < domain >\< account >. If you are using forms
authentication or custom security, specify the user or group account
in the format that is correct for your deployment.
group should access the item, and then click OK.
So there’s not much to it – up to your organisation how you’d like to proceed.