ReportingService2010.ListTasks Method
SQL Server 2008 R2
Returns the tasks that are managed by the report server.
Assembly: ReportService2010 (in ReportService2010.dll)
[<SoapHeaderAttribute("TrustedUserHeaderValue")>] [<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListTasks", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>] [<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>] member ListTasks : SecurityScope:string -> Task[]
Parameters
- SecurityScope
- Type: System.String
A String value that specifies the security scope for the items to return.
For a list of supported security scopes, use the ListSecurityScopes method.
Return Value
Type: ReportService2010.Task[]An array of Task objects that contain information about item-level tasks.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | None |
SharePoint Mode Required Permissions | Not supported |
The tasks returned by this method are item-level tasks. For more information, see Tasks and Permissions.
If an unsupported value is specified in SecurityScope, an rsOperationNotSupportedSharePointMode is returned.
