Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentCreationMode Enumeration

In This Topic
    DocumentCreationMode Enumeration
    In This Topic
    Defines the generation mode of a C1PrintDocument.
    Syntax
    'Declaration
     
    Public Enum DocumentCreationMode 
       Inherits System.Enum
    public enum DocumentCreationMode : System.Enum 
    Members
    MemberDescription
    GenerateThe document was created by a call to the C1PrintDocument.Generate method.
    StartEndDocThe document was created by calls to the C1PrintDocument.StartDoc and C1PrintDocument.EndDoc methods.
    UnknownThe document was not generated, its creation mode is unknown at this time.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.DocumentCreationMode

    See Also