IPivot.CanRestoreState

Syntax

CanRestoreState: Boolean;

Description

The CanRestoreState property returns whether data table pivot state can be restored.

Comments

The property is used during table data drilldown/drillup. It can be used if is the state was saved using the BeginStateUpdate/EndStateUpdate methods. The property returns True if table state can be restored. To restore the state, use the RestoreState method.

See also:

IPivot