Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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)> _
<CategoryAttribute("Misc")> _
<DefaultValueAttribute(GetType(Uri), "https://localhost/reportserver")> _
<WebBrowsableAttribute(True)> _
Public Property ReportServerUrl As Uri
'Usage
Dim instance As ServerReport
Dim value As Uri
value = instance.ReportServerUrl
instance.ReportServerUrl = value
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Misc")]
[DefaultValueAttribute(typeof(Uri), "https://localhost/reportserver")]
[WebBrowsableAttribute(true)]
public Uri ReportServerUrl { get; set; }
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute(L"Misc")]
[DefaultValueAttribute(typeof(Uri), L"https://localhost/reportserver")]
[WebBrowsableAttribute(true)]
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