Proprietà ServerReport.ReportServerUrl

Recupera o imposta l'URL per il server di report.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute(GetType(Uri), "https://localhost/reportserver")> _
<CategoryAttribute("Misc")> _
<SRDescriptionAttribute("ReportServerUrlDesc")> _
<WebBrowsableAttribute(True)> _
Public Property ReportServerUrl As Uri
'Utilizzo
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)

Valore proprietà

Oggetto Uri contenente l'URL per il server di report.

Esempio

Per un esempio di codice, vedere Render.

Vedere anche

Riferimento

Classe ServerReport
Membri ServerReport
Spazio dei nomi Microsoft.Reporting.WebForms