ReportingService2006.ListTasks(SecurityScopeEnum) Method

Definition

Returns the names and descriptions of tasks that are managed by the report server.

public:
 cli::array <ReportService2006::Task ^> ^ ListTasks(ReportService2006::SecurityScopeEnum SecurityScope);
public ReportService2006.Task[] ListTasks (ReportService2006.SecurityScopeEnum SecurityScope);
member this.ListTasks : ReportService2006.SecurityScopeEnum -> ReportService2006.Task[]
Public Function ListTasks (SecurityScope As SecurityScopeEnum) As Task()

Parameters

SecurityScope
SecurityScopeEnum

A SecurityScopeEnum value that specifies the security scope for the items to return.

Returns

Task[]

An array of Task objects that contain information about item-level tasks.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions None

The tasks returned by this method are item-level tasks. For more information, see Tasks and Permissions.

If a value of System is specified and rsOperationNotSupportedSharePointMode is returned.

Applies to