ServerReport.ReportPath 屬性

 

取得或設定在伺服器的報表路徑。

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

語法

public string ReportPath { get; set; }
public:
property String^ ReportPath {
    String^ get();
    void set(String^ value);
}
member ReportPath : string with get, set
Public Property ReportPath As String

屬性值

Type: System.String

String 值。

範例

如需詳細資訊和程式碼範例,請參閱 M:Microsoft.Reporting.WinForms.ServerReport.Render(System.String,System.String,System.String@,System.String@,System.String@,System.String[]@,Microsoft.Reporting.WinForms.Warning[]@)

請參閱

ServerReport 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首