Enum CompilerExceptionBehaviour
Specifies the behaviour of compiler when exception is thrown.
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public enum CompilerExceptionBehaviour
Fields
Name | Description |
---|---|
Default | Default behaviour. Throw exception. |
ReplaceExpressionWithExceptionMessage | Replace expression with exception message. Don't show any messages. |
ReplaceExpressionWithPlaceholder | Replace exception with Placeholder value. Don't show any messages. |
ShowExceptionMessage | Show exception message and replace incorrect expression by Placeholder. |