Task Class
SQL Server 2008 R2
Represents Reporting Services tasks.
Namespace:
ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
The Task type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Description | A description of the task. |
![]() | Name | The name of the task. |
![]() | TaskID | The unique identifier of the task |
Tasks cannot be modified and additional tasks cannot be added to a report server.
A Task object is returned as output by the GetRoleProperties, and ListTasks methods and is passed as input to the CreateRole and SetRoleProperties methods.

