Aracılığıyla paylaş


ServerReport.ReportServerUrl Özellik

Gets or sets the URL for the report server.

Ad alanı:  Microsoft.Reporting.WebForms
Derleme:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll içinde)

Sözdizimi

'Bildirim
<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)

Özellik Değeri

Tür: Uri
A Uri object containing the URL for the report server.

Örnekler

Please see Render for a code example.

Ayrıca bkz.

Başvuru

ServerReport Sınıf

Microsoft.Reporting.WebForms Ad Alanı