Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Describes the current execution setting of a report.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Enumeration ExecutionSettingEnum
'Usage
Dim instance As ExecutionSettingEnum
public enum ExecutionSettingEnum
public enum class ExecutionSettingEnum
type ExecutionSettingEnum
public enum ExecutionSettingEnum
Members
| Member name | Description | |
|---|---|---|
| Live | The report runs with current data. | |
| Snapshot | The report runs as a snapshot in report history. |
Remarks
An ExecutionSettingEnum enumeration is returned as output by the GetExecutionOptions method and is passed as input to the SetExecutionOptions method.