Click or drag to resize

IStiStateSaveRestore Interface

Describes an interface that realizes methods of saving and restoration of the object state.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public interface IStiStateSaveRestore

The IStiStateSaveRestore type exposes the following members.

Methods
  NameDescription
Public methodClearAllStates
Clear all states.
Public methodRestoreState
Restores the earlier saved object state.
Public methodSaveState
Saves the current state of an object.
Top
See Also