ReportingService2010.ListJobTypes Method
SQL Server 2008 R2
Returns a list of supported job types.
Assembly: ReportService2010 (in ReportService2010.dll)
[<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>] [<SoapHeaderAttribute("TrustedUserHeaderValue")>] [<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobTypes", 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)>] member ListJobTypes : unit -> string[]
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | None |
SharePoint Mode Required Permissions | None |
The following job types are supported.
Job Type | Description |
|---|---|
System | Specifies that the job was initiated by the report server through an automated process. |
User | Specifies that the job was initiated by an authenticated user. |
