ReportingService2005.ListTasks(SecurityScopeEnum) Method

Definition

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

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

Parameters

SecurityScope
SecurityScopeEnum

A SecurityScopeEnum value specifying the security scope for the items to return.

Returns

Task[]

An array of Task objects that contains a collection of information about item-level tasks.

Remarks

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

SOAP Headers (Out) ServerInfoHeaderValue
Required Permissions None

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

Applies to