Condividi tramite


Proprietà ServerReport.ReportPath

Recupera o imposta il percorso del rapporto nel server.

Spazio dei nomi:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Public Property ReportPath As String
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)

Valore proprietà

Tipo: String
Valore String.

Esempi

Per ulteriori informazioni e un codice di esempio, vedere Render.

Vedere anche

Riferimenti

ServerReport Classe

Spazio dei nomi Microsoft.Reporting.WinForms