Condividi tramite


Proprietà ServerReport.ReportServerUrl

Recupera o imposta l'URL per il server di rapporti.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property ReportServerUrl As Uri
    Get
    Set
'Utilizzo
Dim instance As ServerReport
Dim value As Uri

value = instance.ReportServerUrl

instance.ReportServerUrl = value
[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)

Valore proprietà

Tipo: System.Uri
Oggetto Uri contenente l'URL per il server di rapporti.

Esempi

Per un esempio di codice, vedere Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%).

Vedere anche

Riferimento

ServerReport Classe

Spazio dei nomi Microsoft.Reporting.WebForms