次の方法で共有


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
文字列 値。

使用例

詳細およびコード例については、「Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%)」を参照してください。

関連項目

参照

ServerReport クラス

Microsoft.Reporting.WebForms 名前空間