ServerReport.ReportServerUrl 属性
获取或设置报表服务器的 URL。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public Property ReportServerUrl As Uri
Get
Set
用法
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)
属性值
类型:System.Uri
一个包含报表服务器的 URL 的 Uri 对象。
示例
有关更多信息和代码示例,请参见 Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%)。