Freigeben über


ServerReport.ReportServerUrl-Eigenschaft

Ruft den URL für den Berichtsserver ab bzw. legt diesen fest.

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

Syntax

'Declaration
<NotifyParentPropertyAttribute(True)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Misc")> _
<DefaultValueAttribute(GetType(Uri), "https://localhost/reportserver")> _
Public Property ReportServerUrl As Uri
'Usage
Dim instance As ServerReport
Dim value As Uri

value = instance.ReportServerUrl

instance.ReportServerUrl = value
[NotifyParentPropertyAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute("Misc")] 
[DefaultValueAttribute(typeof(Uri), "https://localhost/reportserver")] 
public Uri ReportServerUrl { get; set; }
[NotifyParentPropertyAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"Misc")] 
[DefaultValueAttribute(typeof(Uri), L"https://localhost/reportserver")] 
public:
Uri^ ReportServerUrl {
    Uri^ get ();
    void set (Uri^ value);
}
/** @property */
public Uri get_ReportServerUrl ()

/** @property */
public void set_ReportServerUrl (Uri value)
public function get ReportServerUrl () : Uri

public function set ReportServerUrl (value : Uri)

Eigenschaftenwert

Ein Uri-Objekt, das den URL für den Berichtsserver enthält.

Beispiel

Ein Codebeispiel finden Sie unter Render.

Siehe auch

Referenz

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