ExecutionInfo.HistoryID Property

Definition

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

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

Property Value

A String value.

Remarks

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

Applies to