ExecutionInfo.ReportPath Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the full path to the report on the server.
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.
Target Platforms
See Also
Reference
ExecutionInfo Class
ExecutionInfo Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace