ServerReport.ReportPath 属性

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

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

语法

声明
Public Property ReportPath As String
    Get
    Set
用法
Dim instance As ServerReport
Dim value As String

value = instance.ReportPath

instance.ReportPath = value
public string ReportPath { get; set; }
public:
property String^ ReportPath {
    String^ get ();
    void set (String^ value);
}
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.WinForms 命名空间