Share via


ExecutionInfo.HistoryID Property

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

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

'Declaration
Public Property HistoryID As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
A String value.

Remarks

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

See Also

Reference

ExecutionInfo Class

ReportExecution2005 Namespace