# C1.Report.ScriptEngine.ReportScriptContext

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_ScriptEngine_ReportScriptContext" data-uid="C1.Report.ScriptEngine.ReportScriptContext" class="text-break">ReportScriptContext Class
</h1>
  <div class="markdown level0 summary"><p>Extends the ReportScriptContextBase class to recognizing the following custom objects:</p>
<ul>
<li>database fields of <a class="xref" href="C1.Report.FlexReport.html">FlexReport</a></li>
<li>report objects (fields, sections, groups)</li>
<li>custom variables: Page</li>
</ul>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ScriptEngineContext</span></div>
    <div class="level2"><span class="xref">ReportScriptContextBase</span></div>
    <div class="level3"><span class="xref">ReportScriptContext</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.ScriptEngine.html">C1.Report.ScriptEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_ScriptEngine_ReportScriptContext_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportScriptContext : ReportScriptContextBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ReportScriptContext
    Inherits ReportScriptContextBase</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="C1_Report_ScriptEngine_ReportScriptContext_Report" data-uid="C1.Report.ScriptEngine.ReportScriptContext.Report">
          <a class="xref" href="C1.Report.ScriptEngine.ReportScriptContext.Report.html#C1_Report_ScriptEngine_ReportScriptContext_Report">Report</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="C1_Report_ScriptEngine_ReportScriptContext_InternalGetObjectByName_System_String_" data-uid="C1.Report.ScriptEngine.ReportScriptContext.InternalGetObjectByName(System.String)">
          <a class="xref" href="C1.Report.ScriptEngine.ReportScriptContext.InternalGetObjectByName.html#C1_Report_ScriptEngine_ReportScriptContext_InternalGetObjectByName_System_String_">InternalGetObjectByName(string)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
