ReportingService2005.ListJobs Method

Definition

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

public:
 cli::array <ReportService2005::Job ^> ^ ListJobs();
public ReportService2005.Job[] ListJobs ();
member this.ListJobs : unit -> ReportService2005.Job[]
Public Function ListJobs () As Job()

Returns

Job[]

An array of Job objects that contains jobs running on the report server.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (Out) ServerInfoHeaderValue
Required Permissions ListJobs (System)

Applies to