ReportingService2006.ListJobs Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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> |