次の方法で共有


ServerReport.ReportPath プロパティ

サーバー上のレポートへのパスを取得または設定します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
Public Property ReportPath As String
    Get
    Set
'使用
Dim instance As ServerReport
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
文字列 値。

使用例

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

関連項目

参照

ServerReport クラス

Microsoft.Reporting.WinForms 名前空間