共用方式為


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 命名空間