|
CrossTabEngineRestoreState Method
|
Restores the state of a crosstab engine instance from a set of opaque strings
that were created by the
SaveState method.
Namespace: RCS.Carbon.TablesAssembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax public bool RestoreState(
string?[] stateList
)
Parameters
- stateList String
- An array of opaque strings.
Return Value
BooleanTrue if the restore succeeded, False otherwise.
See Also