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)> _
<DefaultValueAttribute("")> _
<NotifyParentPropertyAttribute(True)> _
<CategoryAttribute("Misc")> _
Public Property ReportPath As String
'Usage
Dim instance As ServerReport
Dim value As String

value = instance.ReportPath

instance.ReportPath = value
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute("")] 
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute("Misc")] 
public string ReportPath { get; set; }
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(L"")] 
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute(L"Misc")] 
public:
String^ ReportPath {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ReportPath ()

/** @property */
public void set_ReportPath (String value)
public function get ReportPath () : String

public function set ReportPath (value : String)

Eigenschaftenwert

Ein string-Wert.

Beispiel

Ein Codebeispiel finden Sie unter Render.

Siehe auch

Referenz

ServerReport-Klasse
ServerReport-Member
Microsoft.Reporting.WebForms-Namespace