ServerReport.ReportPath-Eigenschaft

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

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

Syntax

'Declaration
Public Property ReportPath As String
    Get
    Set
'Usage
Dim instance As ServerReport
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)

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.WinForms-Namespace