Describes the busy state of a C1PrintDocument.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum BusyStateEnum |
| Visual Basic |
|---|
Public Enumeration BusyStateEnum |
Members
| Member name | Description | |
|---|---|---|
| Ready | The document is not busy. | |
| Generating | The document is currently generating. | |
| Saving | The document is currently saving. | |
| Loading | The document is currently loading. |