ReportingService2006.ListJobs Method

Definition

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

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

Returns

Job[]

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

Remarks

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

SOAP Headers (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions <xref:Microsoft.SharePoint.SPBasePermissions.Open>

Applies to