Propriété ServerReport.ReportServerUrl
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
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute(GetType(Uri), "https://localhost/reportserver")> _
<CategoryAttribute("Misc")> _
<SRDescriptionAttribute("ReportServerUrlDesc")> _
<WebBrowsableAttribute(True)> _
Public Property ReportServerUrl As Uri
'Utilisation
Dim instance As ServerReport
Dim value As Uri
value = instance.ReportServerUrl
instance.ReportServerUrl = value
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(typeof(Uri), "https://localhost/reportserver")]
[CategoryAttribute("Misc")]
[SRDescriptionAttribute("ReportServerUrlDesc")]
[WebBrowsableAttribute(true)]
public Uri ReportServerUrl { get; set; }
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(typeof(Uri), L"https://localhost/reportserver")]
[CategoryAttribute(L"Misc")]
[WebBrowsableAttribute(true)]
public:
Uri^ ReportServerUrl {
Uri^ get ();
void set (Uri^ value);
}
/** @property */
public Uri get_ReportServerUrl ()
/** @property */
public void set_ReportServerUrl (Uri value)
public function get ReportServerUrl () : Uri
public function set ReportServerUrl (value : Uri)
Valeur de la propriété
Objet Uri qui contient l'URL du serveur de rapports.
Exemple
Pour un exemple de code, consultez Render.
Voir aussi
Référence
Classe ServerReport
Membres ServerReport
Espace de noms Microsoft.Reporting.WebForms