Represents types of errors that can occur during document generation.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum GenerateErrorEnum
Visual Basic
Public Enumeration GenerateErrorEnum

Members

Member nameDescription
None No error.
CyclicReference The document contains a cyclic reference.
ResolvingDimension A dimension of an object cannot be resolved.
AutoWidthNotSupproted Auto width is not supported for an object.
AutoHeightNotSupproted Auto height is not supported for an object.
AutoSizeNotSupported Auto size is not supported for an object.
AutoLeftNotSupproted Obsolete. Do not use.
AutoTopNotSupproted Obsolete. Do not use.
BottomRightNotSupported Obsolete. Do not use.
InternalError Obsolete. Do not use.
PageSettingsChanged Obsolete. Do not use.
LayoutChange Layout cannot be changed at that time.
GeneratingMode Obsolete. Do not use.
InadmissibleAction Obsolete. Do not use.
Abort Obsolete. Do not use.
DataBinding Error in data binding.
Scripting Scripting error.
ImportC1Report C1Report import error.
ImportRdl Rdl import error.
Tags Error in processing document's tags.

See Also