Role assignments in SSRS

前端 未结 2 1007
无人共我
无人共我 2021-01-29 02:17

I have created a SSRS report. In the report viewer I saw 2 security sections

  1. site settings
  2. folder settings.

What is the difference between

相关标签:
2条回答
  • 2021-01-29 02:28

    While the answer of Kavin may suits your needs note that it is not 100% matching your requirements: The Browser role does not have only the right to view reports and folders, it can also:

    • Manage individual subscriptions
    • View models
    • View resources

    The My Reports role can do a lot of extra things you may not want to grant:

    • Create linked reports
    • View resources
    • Manage resources
    • Manage folders
    • Manage report history
    • Manage individual subscriptions

    The Publisher role have far less rights than the My Reports one, and will add just the Manage models task.


    I think the best option you have is to create custom roles.
    To do so with SSRS 2008, you need to connect using SQL Server Management Studio, selecting the Reporting Services Server type.

    Login

    You will be able to manage roles from there. Here is a MSDN article that will help you.

    Back to your requirements, I think the custom roles you should create are (name them as you wish as long as you don't use an existing name):

    Report Viewer:

    • View reports
    • View folders (if you want to provide a direct link to the reports and do not want people to be able to navigate to the hierarchy, do not add this task)

    Report Manager:

    • View reports
    • View folders
    • Manage reports
    • View Data Sources
    • Manage Data Sources

    Then go back to the site settings and they will available as any other system role.

    0 讨论(0)
  • 2021-01-29 02:31

    First add the user :

    Goto :
    1) Sitesettings-->Security and click newrole assignment

    enter image description here

    2)Enter the Group or User Name and select role based on your requirement. Please see below screenshot.

    enter image description here

    Then click on OK button. Here you can see the list of Roles which are assigned to group or users.

    3) Now click on the link of Home and then click on the link of Folder Settings.

    enter image description here

    4) You will see results like following.

    enter image description here

    5)Then click on New Role Assignment and you will see like below screenshot.

    enter image description here

    6) In that screen Enter group or user name and select roles and click ok for that users

    enter image description here

    NOTE:
    1)Somebody having permission just only for viewing report.
    To see only Reprot==>Select Browser role only
    2)Somebody having permissions to view reports, upload report and also modify the datasource and parameter properties in the report.
    Select "The Publisher Role" and The "My Reports Role" for them

    0 讨论(0)
提交回复
热议问题