CatalogOperation Enumeration
Describes the operations that a user can perform on the catalog.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Public Enumeration CatalogOperation
'Usage
Dim instance As CatalogOperation
public enum CatalogOperation
public enum class CatalogOperation
type CatalogOperation
public enum CatalogOperation
Members
| Member name | Description | |
|---|---|---|
| CreateRoles | The user may create roles. | |
| DeleteRoles | The user may delete roles. | |
| ReadRoleProperties | The user may read role-specific properties which include the individual tasks associated with the roles. | |
| UpdateRoleProperties | The user may modify role-specific properties, which include the individual tasks associated with the roles. | |
| ReadSystemProperties | The user may read system properties. | |
| UpdateSystemProperties | The user may modify system-level properties. | |
| GenerateEvents | The user may generate events within the report server. | |
| ReadSystemSecurityPolicy | The user may read security policies set at the system level. | |
| UpdateSystemSecurityPolicy | The user may modify security policies set at the system level. | |
| CreateSchedules | The user may create schedules. | |
| DeleteSchedules | The user may delete schedules. | |
| ReadSchedules | The user may read schedules. | |
| UpdateSchedules | The user may modify schedules. | |
| ListJobs | The user may retrieve a list of running jobs. | |
| CancelJobs | The user may cancel running jobs. | |
| ExecuteReportDefinition | The user may execute report definitions within the report server. |