reporting-servicesssrs-2008-r2

Provide a URL to access SSRS Report without going via a website or application


Is it possible to provide a weblink for a SSRS report without the need for a website or application?

I need to provide a user a URL to a report without that user having access to all the other SSRS reports and settings.

So I what to create a link this:

http://MyServer/Reports/Pages/MyReport


Solution

  • It is possible, here is how to do it:

    The user won't be able to see other items if he doesn't have the appropriate rights.

    You will have to do this for each report you need to provide.
    If you need to disable report subscription, consider using a custom role.


    You can also also set the security on the parent folder if you want this to apply on all the reports. If you need to disable the folder browsing, this can also be done with a custom role (by default the Browser role can Browse).