ExecutionSettingEnum Enumeration

Describes the current execution setting of a report.

Spazio dei nomi: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly : ReportService2005 (in reportingservice2005.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Enumeration ExecutionSettingEnum
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
public enum ExecutionSettingEnum
[SerializableAttribute] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
public enum class ExecutionSettingEnum
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */ 
public enum ExecutionSettingEnum
SerializableAttribute 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") 
public enum ExecutionSettingEnum

Members

Member name Description
Live The report runs with current data.
Snapshot The report runs based on a snapshot in report history.

Osservazioni

The ExecutionSettingEnum enumeration is returned as output by the GetExecutionOptions method and is passed as input to the SetExecutionOptions method.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace