Partager via


Propriété ServerReport.ReportServerUrl

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

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

Syntaxe

'Déclaration
Public Property ReportServerUrl As Uri
    Get
    Set
'Utilisation
Dim instance As ServerReport
Dim value As Uri

value = instance.ReportServerUrl

instance.ReportServerUrl = value
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 : System.Uri
Objet Uri contenant l'URL du serveur de rapports.

Exemples

Pour plus d'informations et un exemple de code, consultez Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%).

Voir aussi

Référence

ServerReport Classe

Espace de noms Microsoft.Reporting.WinForms