combit List & Label 30 - .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.


EvaluateExpression(String,Boolean) Method
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
 

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 8, .NET 9

See Also