ExecutionInfo.HistoryID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.