ServerReport.ReportServerUrl-Eigenschaft

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

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

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
Public Property ReportServerUrl As Uri
    Get
    Set
'Usage
Dim instance As ServerReport
Dim value As Uri

value = instance.ReportServerUrl

instance.ReportServerUrl = value
[WebBrowsableAttribute(true)]
public Uri ReportServerUrl { get; set; }
[WebBrowsableAttribute(true)]
public:
property Uri^ ReportServerUrl {
    Uri^ get ();
    void set (Uri^ value);
}
[<WebBrowsableAttribute(true)>]
member ReportServerUrl : Uri with get, set
function get ReportServerUrl () : Uri
function set ReportServerUrl (value : Uri)

Eigenschaftswert

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

Beispiele

Ein Codebeispiel finden Sie unter Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%).

Siehe auch

Verweis

ServerReport Klasse

Microsoft.Reporting.WebForms-Namespace