ServerReport.ReportServerUrl, propriété
Obtient ou définit l'URL du serveur de rapports.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
Public Property ReportServerUrl As Uri
[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 : Uri
Objet Uri contenant l'URL du serveur de rapports.
Exemples
Pour un exemple de code, consultez Render.