IEmHistory.Redo

Fore syntax

Redo: IEmHistoryItem;

Fore.NET syntax

Redo(): Prognoz.Platform.Interop.Modeller.IEmHistoryItem;

Description

The Redo method performs transition to the next record in the report history.

Comments

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.

Fore and Fore.NET examples

The method use is given in the example for IEmHistory.ActiveItem.

See also:

IEmHistory