Proprietà ServerReport.ReportServerUrl
Recupera o imposta l'URL per il server di rapporti.
Spazio dei nomi Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
Public Property ReportServerUrl As Uri
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Uri
Oggetto Uri contenente l'URL per il server di rapporti.
Esempi
Per ulteriori informazioni e un codice di esempio, vedere Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%).