다음을 통해 공유


ServerReport.ReportServerUrl 속성

보고서 서버의 URL을 가져오거나 설정합니다.

네임스페이스:  Microsoft.Reporting.WebForms
어셈블리:  Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)

구문

‘선언
<WebBrowsableAttribute(True)> _
Public Property ReportServerUrl As Uri
    Get
    Set
‘사용 방법
Dim instance As ServerReport
Dim value As Uri

value = instance.ReportServerUrl

instance.ReportServerUrl = value
[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)

속성 값

유형: System.Uri
보고서 서버의 URL을 포함하는 Uri 개체

코드 예는 Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%)를 참조하십시오.

참고 항목

참조

ServerReport 클래스

Microsoft.Reporting.WebForms 네임스페이스