Requirement:
I would like to be able to –
- Allow clients to
only create these report types – ‘Report Wizard Report’ & ‘Link to Webpage’
- Restrict
the users to create ‘Existing File’ kind of report (upload reporting services report)
- Allow clients to ‘Schedule Report’
Issue -
I was able to restrict the clients to upload the reporting services report and only allow to create these 2 report type - Report Wizard Report & Link to Web Page by removing “Add Reporting Services Reports” (prvPublishRSReport
) security privilege. However, I also lost the functionality to be able to schedule the reports by removing this permission. I would like to be able to schedule the report and restrict users to upload the reporting services report types.
Is there anyway I could achieve this? Any suggestions?