ServerReport.ReportPath 属性

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

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

语法

声明
Public Property ReportPath As String
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)

属性值

类型:String
一个字符串值。

示例

有关更多信息和代码示例,请参见 Render。

请参阅

参考

ServerReport 类

Microsoft.Reporting.WinForms 命名空间