# C1.Report.DataHandlerDataScope

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_DataHandlerDataScope" data-uid="C1.Report.DataHandlerDataScope" class="text-break">DataHandlerDataScope Class
</h1>
  <div class="markdown level0 summary"></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"><a class="xref" href="C1.Report.DataScope.html">DataScope</a></div>
    <div class="level2"><span class="xref">DataHandlerDataScope</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_DataHandlerDataScope_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DataHandlerDataScope : DataScope</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DataHandlerDataScope
    Inherits DataScope</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_DataHandlerDataScope__ctor_C1_Report_DataHandler_System_Object_System_String_" data-uid="C1.Report.DataHandlerDataScope.#ctor(C1.Report.DataHandler,System.Object,System.String)">
          <a class="xref" href="C1.Report.DataHandlerDataScope.-ctor.html#C1_Report_DataHandlerDataScope__ctor_C1_Report_DataHandler_System_Object_System_String_">DataHandlerDataScope(DataHandler, object, string)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_DataHandlerDataScope_DataHandler" data-uid="C1.Report.DataHandlerDataScope.DataHandler">
          <a class="xref" href="C1.Report.DataHandlerDataScope.DataHandler.html#C1_Report_DataHandlerDataScope_DataHandler">DataHandler</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Report.DataScope.DataHandler.html#C1_Report_DataScope_DataHandler">DataHandler</a> object which can be used to access the current data scope's data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_DataHandlerDataScope_Name" data-uid="C1.Report.DataHandlerDataScope.Name">
          <a class="xref" href="C1.Report.DataHandlerDataScope.Name.html#C1_Report_DataHandlerDataScope_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the current data scope.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_DataHandlerDataScope_Source" data-uid="C1.Report.DataHandlerDataScope.Source">
          <a class="xref" href="C1.Report.DataHandlerDataScope.Source.html#C1_Report_DataHandlerDataScope_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object identifying the current data scope.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
