ReportingService2010::ListTasks Method
Returns the tasks that are managed by the report server.
Assembly: ReportService2010 (in ReportService2010.dll)
[SoapHeaderAttribute(L"TrustedUserHeaderValue")] [SoapDocumentMethodAttribute(L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListTasks", RequestNamespace = L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)] [SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)] public: array<Task^>^ ListTasks( String^ SecurityScope )
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: array<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.
