Describes the busy state of a C1PrintDocument.

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

Syntax

C#
public enum BusyStateEnum
Visual Basic
Public Enumeration BusyStateEnum

Members

Member nameDescription
Ready The document is not busy.
Generating The document is currently generating.
Saving The document is currently saving.
Loading The document is currently loading.

See Also