ExecutionSettingEnum Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Describes the current execution setting of a report.

Syntax

'Declaration
Public Enumeration ExecutionSettingEnum
public enum ExecutionSettingEnum
public enum class ExecutionSettingEnum
public enum 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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace