ServerReport.ReportServerUrl-Eigenschaft
Ruft die URL für den Berichtsserver ab bzw. legt diese fest.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
Public Property ReportServerUrl As Uri
Get
Set
'Usage
Dim instance As ServerReport
Dim value As Uri
value = instance.ReportServerUrl
instance.ReportServerUrl = value
public Uri ReportServerUrl { get; set; }
public:
property Uri^ ReportServerUrl {
Uri^ get ();
void set (Uri^ value);
}
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
Weitere Informationen hierzu und ein Codebeispiel finden Sie unter Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%).