[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.ReportEval.MakeEvalFunc

MakeEvalFunc Method

MakeEvalFunc(IExpressionContext)

Creates an expression evaluator with the given evaluation context.

Declaration
public static Func<ExpressionInfo, object> MakeEvalFunc(IExpressionContext context)
Parameters
Type Name Description
IExpressionContext context

Specifies the custom evaluation context.

Returns
Type Description
Func<ExpressionInfo, object>

A function that evaluates expressions using the given context.