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
[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: Uri
Ein Uri-Objekt, das die URL für den Berichtsserver enthält.
Beispiele
Ein Codebeispiel finden Sie unter Render.