ReportingService.ListJobs Method
Returns a list of jobs that are running on the report server.

Visual Basic
Public Function ListJobs() As [Namespace].Job()
Member of [Namespace].ReportingService

C#
public [Namespace].Job[] ListJobs();
Member of [Namespace].ReportingService
Return Value
An array of Job[] objects that contains jobs running on the report server.
Permissions
| Operation | Description |
| List Jobs | Required to read meta data properties that are associated with a job in the report server database. |
See Also
ReportingService Class
Reporting Services Web Service Library