Sets the temporary storage type used by the current multi-document. Note that document items are actually moved from old storage to new by this method.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void SetStorage(
	StorageType storageType
)
Visual Basic
Public Sub SetStorage ( _
	storageType As StorageType _
)

Parameters

storageType
Type: C1.C1Preview..::..StorageType
The new storage type to use.

See Also