Reports for WinForms | ComponentOne
C1.C1Report.4 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
    AbortDo not use.
    AutoHeightNotSupprotedAuto height is not supported for an object.
    AutoLeftNotSupprotedDo not use.
    AutoSizeNotSupportedAuto size is not supported for an object.
    AutoTopNotSupprotedDo not use.
    AutoWidthNotSupprotedAuto width is not supported for an object.
    BottomRightNotSupportedDo not use.
    CyclicReferenceThe document contains a cyclic reference.
    DataBindingError in data binding.
    GeneratingModeDo not use.
    ImportC1ReportC1Report import error.
    ImportRdlRdl import error.
    InadmissibleActionDo not use.
    InternalErrorDo not use.
    LayoutChangeLayout cannot be changed at that time.
    NoneNo error.
    PageSettingsChangedDo not use.
    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