Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URL for the report server.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<NotifyParentPropertyAttribute(True)> _
<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)]
[DefaultValueAttribute(typeof(Uri), "https://localhost/reportserver")]
public Uri ReportServerUrl { get; set; }
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(typeof(Uri), L"https://localhost/reportserver")]
public:
property 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)
Property Value
A Uri object containing the URL for the report server.
Example
For more information and a code example, see Render.
See Also
Reference
ServerReport Class
ServerReport Members
Microsoft.Reporting.WinForms Namespace