Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the current execution setting of a report.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.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 based on a snapshot in report history. |
Remarks
The ExecutionSettingEnum enumeration is returned as output by the GetExecutionOptions method and is passed as input to the SetExecutionOptions method.