C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / GenerateErrorEnum Enumeration

GenerateErrorEnum Enumeration
Represents types of errors that can occur during document generation.
Syntax
'Declaration
 
Public Enum GenerateErrorEnum 
   Inherits 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