IPivot.RestoreState

Syntax

RestoreState(Mode: RestoreOlapStateMode): Boolean;

Parameters

Mode. State restore mode after data drilldown/drillup.

Description

The RestoreState method restores table state in the specified mode.

Comments

Before saving table states call the BeginStateUpdate/EndStateUpdate methods. To check if table state can be restored, use the CanRestoreState property.

See also:

IPivot