获取或设置报表服务器的 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[]%)。