Search Results for

    Show / Hide Table of Contents

    FlexCelReport.ExpressionRecursionLimit Property

    Defines how much nesting you can have in Expressions before FlexCel throws an error. You might have an expression like <#A> which is defined based in another expression <#B> which in turn is defined based in another one that finally might come back to <#A> As it is not possible for FlexCel to know if the recursion will finish or loop forever, it will try until it reaches the limit you set here. Note that a too big limit could cause a stack overflow.

    Syntax

    Namespace: FlexCel.Report

    public Int32 ExpressionRecursionLimit { get; set; }

    See also

    • FlexCelReport
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com