SSRS 2008 R2 Create / Change Role

I am running an instance of Reporting Services 2008 R2 and would like to configure the browser role. By default, this role is allowed to view folders, reports, and subscribe to reports. I want to remove the ability of users in the role of a browser to subscribe to reports.

Please let me know if a change in this role is possible. If not, is there a way to create a new role that can only view folders and reports?

+3
source share
1 answer

You can do this easily, but the path to this feature is a bit unusual. To change this security, you need to use SQL Server Management Studio to connect to SSRS: Server Type: Reporting Services Server Name: http: // servername / reportserver

Once connected, you can expand the Security folder and then the Roles folder to display the roles. Double-click Browser to get the properties window, which should be straight. The task you want to cancel is Managing Individual Subscriptions.

+4
source

All Articles