Expand Minimize
This topic has not yet been rated - Rate this topic

ReportingService2010.ListJobs Method

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

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)
[<SoapHeaderAttribute("TrustedUserHeaderValue")>]
[<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobs", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", 
    ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>]
[<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>]
member ListJobs : unit -> Job[] 

Return Value

Type: ReportService2010.Job[]
An array of Job objects that contain jobs running on the report server.

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

SOAP Header Usage

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Native Mode Required Permissions

ListJobs (System)

SharePoint Mode Required Permissions

Open()

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.