# GrapeCity.ActiveReports.Core.Rendering.ReportEval.MakeEvalFunc

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Core_Rendering_ReportEval_MakeEvalFunc_" data-uid="GrapeCity.ActiveReports.Core.Rendering.ReportEval.MakeEvalFunc*">MakeEvalFunc Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Core_Rendering_ReportEval_MakeEvalFunc_" data-uid="GrapeCity.ActiveReports.Core.Rendering.ReportEval.MakeEvalFunc*"></a>
<h4 id="GrapeCity_ActiveReports_Core_Rendering_ReportEval_MakeEvalFunc_GrapeCity_Enterprise_Data_DataEngine_ExpressionEvaluation_IExpressionContext_" data-uid="GrapeCity.ActiveReports.Core.Rendering.ReportEval.MakeEvalFunc(GrapeCity.Enterprise.Data.DataEngine.ExpressionEvaluation.IExpressionContext)">MakeEvalFunc(IExpressionContext)</h4>
<div class="markdown level1 summary"><p>Creates an expression evaluator with the given evaluation context.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static Func&lt;ExpressionInfo, object&gt; MakeEvalFunc(IExpressionContext context)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">IExpressionContext</span></td>
      <td><span class="parametername">context</span></td>
      <td><p>Specifies the custom evaluation context.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-2">Func</a>&lt;<a class="xref" href="../MESCIUS.ActiveReports.Core.Data.ExpressionInfo/GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.html">ExpressionInfo</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</td>
      <td><p>A function that evaluates expressions using the given context.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
