ExecutionInfo.ReportPath Property

Definition

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

public:
 property System::String ^ ReportPath { System::String ^ get(); void set(System::String ^ value); };
public string ReportPath { get; set; }
member this.ReportPath : string with get, set
Public Property ReportPath As String

Property Value

A String containing the report path.

Remarks

This property is empty for ad-hoc executions.

Applies to