Share via


ExecutionInfo.ReportPath Property

Gets or sets the full path to the report on the server.

Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Assembly: ReportExecution2005 (in reportexecutionservice.dll)

Syntax

'Declaration
Public Property ReportPath As String
public string ReportPath { get; set; }
public:
property String^ ReportPath {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ReportPath ()

/** @property */
public void set_ReportPath (String value)
public function get ReportPath () : String

public function set ReportPath (value : String)

Property Value

A String containing the report path.

Remarks

This property is empty for ad-hoc executions.

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 2005.

Target Platforms

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

See Also

Reference

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