Search Results for

    Show / Hide Table of Contents

    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.

    Back to top © 1998-2025 Copyright Fast Reports Inc.