PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / GenerateErrorEnum Enumeration

In This Topic
    GenerateErrorEnum Enumeration
    In This Topic
    Represents types of errors that can occur during document generation.
    Syntax
    'Declaration
     
    Public Enum GenerateErrorEnum 
       Inherits System.Enum
    public enum GenerateErrorEnum : System.Enum 
    Members
    MemberDescription
    AutoHeightNotSupprotedAuto height is not supported for an object.
    AutoSizeNotSupportedAuto size is not supported for an object.
    AutoWidthNotSupprotedAuto width is not supported for an object.
    CyclicReferenceThe document contains a cyclic reference.
    DataBindingError in data binding.
    LayoutChangeLayout cannot be changed at that time.
    NoneNo error.
    ResolvingDimensionA dimension of an object cannot be resolved.
    ScriptingScripting error.
    TagsError in processing document's tags.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.GenerateErrorEnum

    See Also