# GrapeCity.ActiveReports.Rendering.IDataScopeInternal

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rendering_IDataScopeInternal" data-uid="GrapeCity.ActiveReports.Rendering.IDataScopeInternal" class="text-break">IDataScopeInternal Interface
</h1>
  <div class="markdown level0 summary"><p>Represents execution context (stores datatree context and expression evaluation context).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.html">GrapeCity.ActiveReports.Rendering</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_IDataScopeInternal_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDataScopeInternal : IDataScope, IExpressionEvaluatorService</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_IDataScopeInternal_DataContent" data-uid="GrapeCity.ActiveReports.Rendering.IDataScopeInternal.DataContent">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.IDataScopeInternal.DataContent.html#GrapeCity_ActiveReports_Rendering_IDataScopeInternal_DataContent">DataContent</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_IDataScopeInternal_EvaluationContext" data-uid="GrapeCity.ActiveReports.Rendering.IDataScopeInternal.EvaluationContext">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.IDataScopeInternal.EvaluationContext.html#GrapeCity_ActiveReports_Rendering_IDataScopeInternal_EvaluationContext">EvaluationContext</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_IDataScopeInternal_Scope" data-uid="GrapeCity.ActiveReports.Rendering.IDataScopeInternal.Scope">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.IDataScopeInternal.Scope.html#GrapeCity_ActiveReports_Rendering_IDataScopeInternal_Scope">Scope</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_IDataScopeInternal_GetFieldValue_System_Int32_" data-uid="GrapeCity.ActiveReports.Rendering.IDataScopeInternal.GetFieldValue(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.IDataScopeInternal.GetFieldValue.html#GrapeCity_ActiveReports_Rendering_IDataScopeInternal_GetFieldValue_System_Int32_">GetFieldValue(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_IDataScopeInternal_GetRegion_System_String_" data-uid="GrapeCity.ActiveReports.Rendering.IDataScopeInternal.GetRegion(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.IDataScopeInternal.GetRegion.html#GrapeCity_ActiveReports_Rendering_IDataScopeInternal_GetRegion_System_String_">GetRegion(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets data scope for nested data region.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Expressions.EvalServiceExtension.Evaluate.html#GrapeCity_ActiveReports_Core_Rendering_Expressions_EvalServiceExtension_Evaluate_GrapeCity_ActiveReports_Core_Rendering_IExpressionEvaluatorService_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_Boolean_">EvalServiceExtension.Evaluate(IExpressionEvaluatorService, ExpressionInfo, bool)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Expressions.EvalServiceExtension.EvaluateBool.html#GrapeCity_ActiveReports_Core_Rendering_Expressions_EvalServiceExtension_EvaluateBool_GrapeCity_ActiveReports_Core_Rendering_IExpressionEvaluatorService_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">EvalServiceExtension.EvaluateBool(IExpressionEvaluatorService, ExpressionInfo)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Expressions.EvalServiceExtension.EvaluateLength.html#GrapeCity_ActiveReports_Core_Rendering_Expressions_EvalServiceExtension_EvaluateLength_GrapeCity_ActiveReports_Core_Rendering_IExpressionEvaluatorService_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_String_">EvalServiceExtension.EvaluateLength(IExpressionEvaluatorService, ExpressionInfo, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Expressions.EvalServiceExtension.Evaluate.html#GrapeCity_ActiveReports_Core_Rendering_Expressions_EvalServiceExtension_Evaluate__1_GrapeCity_ActiveReports_Core_Rendering_IExpressionEvaluatorService_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">EvalServiceExtension.Evaluate&lt;T&gt;(IExpressionEvaluatorService, ExpressionInfo)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Expressions.EvalServiceExtension.Evaluate.html#GrapeCity_ActiveReports_Core_Rendering_Expressions_EvalServiceExtension_Evaluate__1_GrapeCity_ActiveReports_Core_Rendering_IExpressionEvaluatorService_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo___0_">EvalServiceExtension.Evaluate&lt;T&gt;(IExpressionEvaluatorService, ExpressionInfo, T)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
