ReportOperation Enum

Definition

Describes the operations that a user can perform on a report.

public enum class ReportOperation
public enum ReportOperation
type ReportOperation = 
Public Enum ReportOperation
Inheritance
ReportOperation

Fields

CreateAnySubscription 15

The user may create any subscription associated with a given report.

26

The user may link to a given report.

CreateResource 23

The user may create a resource in a given folder.

CreateSnapshot 24

The user may create a report history snapshot associated with the given report.

CreateSubscription 9

The user may create a subscription associated with a given report.

Delete 0

The user may delete a report.

DeleteAnySubscription 16

The user may delete any subscription associated with a given report.

DeleteHistory 21

The user may delete report history snapshots associated with a given report.

DeleteSubscription 10

Users may delete subscriptions of which they are owners.

Execute 25

A user may execute a report, but not view it.

ExecuteAndView 1

A user may execute and view and report.

ListHistory 22

A user may view the report history associated with a given report.

ReadAnySubscription 17

Users may read the properties of any subscription associated with a given report.

ReadAuthorizationPolicy 12

A user may read the security policy associated with a given report.

ReadDatasource 5

A user may read properties associated with a report's data sources.

ReadPolicy 20

A user may read the cache and snapshot policies associated with a given report.

ReadProperties 2

A user may read the properties associated with a report.

ReadReportDefinition 7

A user may read the report definition of a given report.

ReadSubscription 11

Users may read the properties associated with report subscriptions of which they are the owners.

UpdateAnySubscription 18

A user may update or modify any subscription associated with a given report.

UpdateDatasource 6

A user may update or modify single data sources associated with a given report. This does not include shared data source.

UpdateDeleteAuthorizationPolicy 13

A user may modify or delete the security policy associated with a given report.

UpdateParameters 4

A user may update or modify the parameter values associated with a given report.

UpdatePolicy 19

A user may modify or update the cache or snapshot policies associated with a given report.

UpdateProperties 3

A user may modify or update the properties associated with a given report.

UpdateReportDefinition 8

A user may modify or update the report definition of a report.

UpdateSubscription 14

A user may modify or update report subscriptions of which he or she is the owner.

Applies to