ExecutionSettingEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the current execution setting of a report.
public enum class ExecutionSettingEnum
public enum ExecutionSettingEnum
type ExecutionSettingEnum =
Public Enum ExecutionSettingEnum
- Inheritance
-
ExecutionSettingEnum
Fields
Name | Value | Description |
---|---|---|
Live | 0 | Describes the Live execution setting. |
Snapshot | 1 | Describes the Snapshot execution setting. |
Remarks
An ExecutionSettingEnum enumeration is returned as output by the GetExecutionOptions method and is passed as input to the SetExecutionOptions method.