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
public Uri ReportServerUrl { get; set; }
public:
property Uri^ ReportServerUrl {
Uri^ get();
void set(Uri^ value);
}
member ReportServerUrl : Uri with get, set
Public Property ReportServerUrl As Uri
Property Value
Type: System.Uri
A Uri object containing the URL for the report server.
Examples
Legacy Code Example
For more information and a code example, see M:Microsoft.Reporting.WinForms.ServerReport.Render(System.String,System.String,System.String@,System.String@,System.String@,System.String[]@,Microsoft.Reporting.WinForms.Warning[]@).
See Also
ServerReport Class
Microsoft.Reporting.WinForms Namespace
Return to top