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
    Get
    Set
'Usage
Dim instance As ServerReport
Dim value As String

value = instance.ReportPath

instance.ReportPath = value
[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: System.String
Ein string-Wert.

Beispiele

Weitere Informationen hierzu und ein Codebeispiel finden Sie unter Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%).

Siehe auch

Verweis

ServerReport Klasse

Microsoft.Reporting.WebForms-Namespace