Redo: IEmHistoryItem;
Redo(): Prognoz.Platform.Interop.Modeller.IEmHistoryItem;
The Redo method performs transition to the next record in the report history.
Transition is possible only if current record is not the last. The IEmHistory.ActiveItem property returns current record index.
After execution the method returns the record, transition to which has been performed. The IEmHistory.ActiveItem property value increases by one.
The method use is given in the example for IEmHistory.ActiveItem.
See also: