Compartir a través de


ExecutionInfo.ReportPath Propiedad

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

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
Public Property ReportPath As String 
    Get 
    Set
'Uso
Dim instance As ExecutionInfo 
Dim value As String 

value = instance.ReportPath

instance.ReportPath = value
public string ReportPath { get; set; }
public:
property String^ ReportPath {
    String^ get ();
    void set (String^ value);
}
member ReportPath : string with get, set
function get ReportPath () : String 
function set ReportPath (value : String)

Valor de la propiedad

Tipo: System.String
A String containing the report path.

Comentarios

This property is empty for ad-hoc executions.

Vea también

Referencia

ExecutionInfo Clase

Espacio de nombres ReportExecution2005