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.
Returns the URL of the report server.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
ReadOnly Property ReportServerUrl As Uri
'Usage
Dim instance As IReportServerConnection
Dim value As Uri
value = instance.ReportServerUrl
Uri ReportServerUrl { get; }
property Uri^ ReportServerUrl {
Uri^ get ();
}
/** @property */
Uri get_ReportServerUrl ()
function get ReportServerUrl () : Uri
Property Value
A Uri object containing the URL of the report server.
See Also
Reference
IReportServerConnection Interface
IReportServerConnection Members
Microsoft.Reporting.WebForms Namespace