|
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.TablesAssembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax public string[] SaveState()
Return Value
StringAn array of strings containing opaque information.
See Also