Partager via


ServerReport.ReportServerUrl, propriété

Obtient ou définit l'URL du serveur de rapports.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Uri
Objet Uri contenant l'URL du serveur de rapports.

Exemples

Pour plus d'informations et un exemple de code, consultez Render.

Voir aussi

Référence

ServerReport Classe

Microsoft.Reporting.WinForms, espace de noms