ReportPath プロパティ

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

名前空間:  ReportExecution2005
アセンブリ:  ReportExecution2005 (ReportExecution2005.dll)

構文

'宣言
Public Property ReportPath As String
    Get
    Set
'使用
Dim instance As ExecutionInfo
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 です。

説明

アドホック実行の際、このプロパティは空になります。