Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns the names and descriptions of tasks that are managed by the report server.
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
Public Function ListTasks ( _
SecurityScope As SecurityScopeEnum _
) As Task()
'Uso
Dim instance As ReportingService2005
Dim SecurityScope As SecurityScopeEnum
Dim returnValue As Task()
returnValue = instance.ListTasks(SecurityScope)
public Task[] ListTasks(
SecurityScopeEnum SecurityScope
)
public:
array<Task^>^ ListTasks(
SecurityScopeEnum SecurityScope
)
member ListTasks :
SecurityScope:SecurityScopeEnum -> Task[]
public function ListTasks(
SecurityScope : SecurityScopeEnum
) : Task[]
Parámetros
- SecurityScope
Tipo: ReportService2005.SecurityScopeEnum
A SecurityScopeEnum value specifying the security scope for the items to return.
Valor devuelto
Tipo: array<ReportService2005.Task[]
An array of Task objects that contains a collection of information about item-level tasks.
Comentarios
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 Tareas y permisos.