MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering Namespace / ReportEval Class / Evaluate Method
The expression to evaluate.
The context in which to evaluate the expression.

In This Topic
Evaluate Method (ReportEval)
In This Topic
Evaluates the specified expression using the provided context.
Syntax
'Declaration
 
Public Shared Function Evaluate( _
   ByVal expr As ExpressionInfo, _
   ByVal context As IExpressionContext _
) As Object
 

Parameters

expr
The expression to evaluate.
context
The context in which to evaluate the expression.

Return Value

The result of the evaluation.
See Also