IPivot.BeginStateUpdate

Syntax

BeginStateUpdate;

Description

The BeginStateUpdate method starts saving of data table pivot state.

Comments

The method is used during table data drilldown/drillup to be able to restore the original state. The EndStateUpdate method is used to finish saving of the state. To check if the state can be restored, use the CanRestoreState property, to restore the state, use the RestoreState method.

See also:

IPivot