Partager via


Propriété ServerReport.ReportServerUrl

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

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

Syntaxe

'Déclaration
<WebBrowsableAttribute(True)> _
Public Property ReportServerUrl As Uri
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Exemples

Pour 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.WebForms