共用方式為


LocalReport.ReportPath 屬性

取得或設定本機報表的本機檔案系統路徑。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
Public Property ReportPath As String
    Get
    Set
'用途
Dim instance As LocalReport
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 值。

備註

設定 ReportPath 屬性將會讓 ReportViewer 控制項自動從檔案系統載入任何必要的子報表。

設定這個屬性會忽略 ReportEmbeddedResource 屬性值。此外,也會忽略使用 LoadReportDefinition 載入的報表。

請參閱

參考

LocalReport 類別

Microsoft.Reporting.WebForms 命名空間