Freigeben über


ServerReport.ReportPath-Eigenschaft

Ruft den Pfad zum Bericht auf dem Server ab bzw. legt diesen fest.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
Public Property ReportPath As String
[WebBrowsableAttribute(true)]
public string ReportPath { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ ReportPath {
    String^ get ();
    void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
member ReportPath : string with get, set
function get ReportPath () : String
function set ReportPath (value : String)

Eigenschaftswert

Typ: String
Ein string-Wert.

Beispiele

Weitere Informationen hierzu und ein Codebeispiel finden Sie unter Render.

Siehe auch

Referenz

ServerReport Klasse

Microsoft.Reporting.WebForms-Namespace