ExecutionSettingEnum 열거형

Describes the current execution setting of a report.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.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 based on a snapshot in report history.

주의

The ExecutionSettingEnum enumeration is returned as output by the GetExecutionOptions method and is passed as input to the SetExecutionOptions method.

참고 항목

참조

ReportService2005 네임스페이스