다음을 통해 공유


ExecutionInfo.HistoryID 속성

Gets or sets a string containing the history ID if the report is from a report history snapshot.

네임스페이스:  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
A String value.

주의

This property will be empty if the report is not from a report history snapshot.

참고 항목

참조

ExecutionInfo 클래스

ReportExecution2005 네임스페이스