Condividi tramite


Proprietà ServerReport.ReportServerUrl

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

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

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Esempi

Per ulteriori informazioni e un codice di esempio, vedere Render.

Vedere anche

Riferimenti

ServerReport Classe

Spazio dei nomi Microsoft.Reporting.WinForms