次の方法で共有


ExecutionInfo.ReportPath プロパティ

定義

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

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

プロパティ値

レポート パスを表す String です。

注釈

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

適用対象