Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 2.24 KB

File metadata and controls

36 lines (31 loc) · 2.24 KB
title System-level tasks
description Tasks and Permissions - System-Level Tasks
ms.date 09/25/2024
ms.service reporting-services
ms.subservice security
ms.topic conceptual
ms.custom
updatefrequency5
helpviewer_keywords
system-level tasks [Reporting Services]

System-level tasks

A system-level task is a collection of permissions that relate to operations that apply to the report server site as a whole. [!INCLUDEssRSnoversion] also includes item-level tasks that apply to specific items. For more information, see Item-level tasks. For more information about tasks and permissions in general, see Tasks and permissions.

Note

If you are working with these tasks programmatically, you must use methods that support system-level tasks. For more information, see xref:ReportService2010.ReportingService2010.ListTasks%2A and xref:ReportService2010.ReportingService2010.ListRoles%2A.

Permissions in system-level tasks

The following table identifies the collection of permissions for each system task. Permissions are listed for informational purposes only, to provide a more exact description of the functionality available through each task.

Task Permissions
Execute report definitions Execute Report Definitions (the permission and task name are the same)
Generate events Generate Events
Manage jobs Read System Properties

Update System Properties
Manage report server properties Read System Properties

Update System Properties
Manage roles Create Roles

Delete Roles

Read Role Properties

Update Role Properties
Manage shared schedules Create Schedules
Manage report server security Read System Security Policies

Update System Security Policies
View report server properties Read System Properties
View shared schedules Read Schedules

Related content