Defines the generation mode of a C1PrintDocument.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum DocumentCreationMode |
Visual Basic |
---|
Public Enumeration DocumentCreationMode |
Members
Member name | Description | |
---|---|---|
Unknown | The document was not generated, its creation mode is unknown at this time. | |
Generate | The document was created by a call to the Generate()()()() method. | |
StartEndDoc | The document was created by calls to the StartDoc()()()() and EndDoc()()()() methods. |