Share via


ReportExecutionService.GetExecutionInfo Method

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

Returns information about the report execution.

Syntax

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

Return Value

An ExecutionInfo object containing information about the report execution.

Remarks

The GetExecutionInfo method returns an ExecutionInfo object, which is needed to determine and set report parameters and credentials before calling the Render method.

Use this method iteratively with the SetExecutionParameters method to evaluate parameters that have query- or expression-based defaults.

Example

Please see the code example in the Render 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