Partilhar via


Propriedade ServerReport.ReportServerUrl

Gets or sets the URL for the report server.

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

Sintaxe

'Declaração
<WebBrowsableAttribute(True)> _
Public Property ReportServerUrl As Uri
[WebBrowsableAttribute(true)]
public Uri ReportServerUrl { get; set; }
[WebBrowsableAttribute(true)]
public:
property Uri^ ReportServerUrl {
    Uri^ get ();
    void set (Uri^ value);
}
[<WebBrowsableAttribute(true)>]
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

Please see Render for a code example.

Consulte também

Referência

ServerReport Classe

Namespace Microsoft.Reporting.WebForms