Describes the current execution setting of a report.
命名空間: ReportService2006
組件: ReportService2006 (在 ReportService2006.dll 中)
語法
'宣告
Public Enumeration ExecutionSettingEnum
'用途
Dim instance As ExecutionSettingEnum
public enum ExecutionSettingEnum
public enum class ExecutionSettingEnum
type ExecutionSettingEnum
public enum ExecutionSettingEnum
成員
| 成員名稱 | 說明 | |
|---|---|---|
| Live | The report runs with current data. | |
| Snapshot | The report runs as a snapshot in report history. |
備註
An ExecutionSettingEnum enumeration is returned as output by the GetExecutionOptions method and is passed as input to the SetExecutionOptions method.