ServerReport.ReportPath 属性

获取或设置到服务器上的报表的路径。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
<WebBrowsableAttribute(True)> _
Public Property ReportPath As String
    Get
    Set
用法
Dim instance As ServerReport
Dim value As String

value = instance.ReportPath

instance.ReportPath = value
[WebBrowsableAttribute(true)]
public string ReportPath { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ ReportPath {
    String^ get ();
    void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
member ReportPath : string with get, set
function get ReportPath () : String
function set ReportPath (value : String)

属性值

类型:System.String
一个 string 值。

示例

有关更多信息和代码示例,请参见 Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%)。

请参阅

参考

ServerReport 类

Microsoft.Reporting.WebForms 命名空间