Partilhar via


Propriedade ServerReport.ReportServerUrl

Gets or sets the URL for the report server.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public Property ReportServerUrl As Uri
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)

Valor de propriedade

Tipo: Uri
A Uri object containing the URL for the report server.

Exemplos

For more information and a code example, see Render.

Consulte também

Referência

ServerReport Classe

Namespace Microsoft.Reporting.WinForms