ReportingService2010.ListExecutionSettings Method
SQL Server 2012
Returns a list of supported execution settings.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
[<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>] [<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListExecutionSettings", 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("TrustedUserHeaderValue")>] member ListExecutionSettings : 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 execution settings are supported.
Execution Setting | Description |
|---|---|
Live | The report runs with current data. |
Snapshot | The report runs as a snapshot in report history. |
