combit List & Label 29 - .NET Help
combit.Reporting Namespace / ListLabel Class / EvaluateExpression(String,Boolean) Method
Expression to evaluate.
Use true to include the fields, otherwise only variables will be included.


In This Topic
    EvaluateExpression(String,Boolean) Method
    In This Topic
    If you want to carry out evaluations on the basis of an existing instance of the ListLabel component, simply use the EvaluateExpression method.
    Syntax
    'Declaration
     
    
    Public Function EvaluateExpression( _
       ByVal expression As String, _
       ByVal includeFields As Boolean _
    ) As Object
    public object EvaluateExpression( 
       string expression,
       bool includeFields
    )
    public:
    Object^ EvaluateExpression( 
       String^ expression,
       bool includeFields
    ) 

    Parameters

    expression
    Expression to evaluate.
    includeFields
    Use true to include the fields, otherwise only variables will be included.
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also