ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / EngineDataProcessor Class / MakeEvalFunc Method
Specifies custom evaluation context.

In This Topic
    MakeEvalFunc Method (EngineDataProcessor)
    In This Topic
    Creates expression evaluator with given evaluation context.
    Syntax
    'Declaration
     
    Public Shared Function MakeEvalFunc( _
       ByVal context As IExpressionContext _
    ) As Func(Of ExpressionInfo,Object)
    public static Func<ExpressionInfo,object> MakeEvalFunc( 
       IExpressionContext context
    )

    Parameters

    context
    Specifies custom evaluation context.
    See Also