Share via


ReportExecutionService.ResetExecution Method

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

Resets the current report execution by clearing the snapshot and resetting the session state.

Syntax

'Declaration
Public Function ResetExecution As ExecutionInfo
public ExecutionInfo ResetExecution ()
public:
ExecutionInfo^ ResetExecution ()
public ExecutionInfo ResetExecution ()
public function ResetExecution () : ExecutionInfo

Return Value

An ExecutionInfo object.

Remarks

For live reports, subsequent calls to Render will require reprocessing.

When the AllowQueryExecution property is false, subsequent calls to Render will reload the snapshot and the session state will be reset after calling the ResetExecution method.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

ReportExecutionService Class
ReportExecutionService Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace