次の方法で共有


ExecutionInfo.HistoryID プロパティ

定義

レポートがレポート履歴スナップショットからのものである場合、履歴 ID を表す文字列を取得または設定します。

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

プロパティ値

String 値。

注釈

レポートがレポート履歴スナップショットからのものでない場合、このプロパティは空になります。

適用対象