ExecutionSettingEnum Enumeration
SQL Server 2000
Describes the current execution setting of a report.
Public Enum ExecutionSettingEnum Member of [Namespace]
public enum ExecutionSettingEnum; Member of [Namespace]
Remarks
The ExecutionSettingEnum enumeration is returned as output by the GetExecutionOptions method and is passed as input to the SetExecutionOptions method.
Members
| Name | Description |
|---|---|
| Live | The report runs with current data. |
| Snapshot | The report runs based on a snapshot in report history. |