Forum Discussion
How to enable My Reports Folder for all users ?
- 3 years ago
1. How to enable My Reports for all users - https://learn.microsoft.com/en-us/sql/reporting-services/report-server/enable-and-disable-my-reports?view=sql-server-ver16
To enable My Reports using SQL Server Management Studio, connect to the report server instance and open the Server Properties page. Then on the General tab, select the Enable a My Reports folder for each user option.
2. Role Assignment - https://learn.microsoft.com/en-us/sql/reporting-services/security/secure-my-reports?view=sql-server-ver16
Once you enable it, make sure you are giving users appropriate permissions using the My Reports role.
1. How to enable My Reports for all users - https://learn.microsoft.com/en-us/sql/reporting-services/report-server/enable-and-disable-my-reports?view=sql-server-ver16
To enable My Reports using SQL Server Management Studio, connect to the report server instance and open the Server Properties page. Then on the General tab, select the Enable a My Reports folder for each user option.
2. Role Assignment - https://learn.microsoft.com/en-us/sql/reporting-services/security/secure-my-reports?view=sql-server-ver16
Once you enable it, make sure you are giving users appropriate permissions using the My Reports role.