次の方法で共有


HistoryID プロパティ

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

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

構文

'宣言
Public Property HistoryID As String
    Get
    Set
'使用
Dim instance As ExecutionInfo
Dim value As String

value = instance.HistoryID

instance.HistoryID = value
public string HistoryID { get; set; }
public:
property String^ HistoryID {
    String^ get ();
    void set (String^ value);
}
member HistoryID : string with get, set
function get HistoryID () : String
function set HistoryID (value : String)

プロパティ値

型: System. . :: . .String
String 値です。

説明

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