Aracılığıyla paylaş


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

Name Value Description
Delete 0

The user may delete a report.

ExecuteAndView 1

A user may execute and view and report.

ReadProperties 2

A user may read the properties associated with a report.

UpdateProperties 3

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

UpdateParameters 4

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

ReadDatasource 5

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

UpdateDatasource 6

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

ReadReportDefinition 7

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

UpdateReportDefinition 8

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

CreateSubscription 9

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

DeleteSubscription 10

Users may delete subscriptions of which they are owners.

ReadSubscription 11

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

ReadAuthorizationPolicy 12

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

UpdateDeleteAuthorizationPolicy 13

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

UpdateSubscription 14

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

CreateAnySubscription 15

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

DeleteAnySubscription 16

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

ReadAnySubscription 17

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

UpdateAnySubscription 18

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

UpdatePolicy 19

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

ReadPolicy 20

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

DeleteHistory 21

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

ListHistory 22

A user may view the report history associated with 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.

Execute 25

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

26

The user may link to a given report.

Applies to