Click or drag to resize

CrossTabEngineSaveState Method

Saves the internal state of the crosstab engine instance to a set of opaque strings. Hosting applications can persist the state information in whatever way is suitable and restore an engine's state using the RestoreState(String) method.

Namespace: RCS.Carbon.Tables
Assembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax
C#
public string[] SaveState()

Return Value

String
An array of strings containing opaque information.
See Also