# C1.Report.DataScope

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_DataScope" data-uid="C1.Report.DataScope" class="text-break">DataScope Class
</h1>
  <div class="markdown level0 summary"><p>Represents a data scope in a <a class="xref" href="C1.Report.FlexReport.html">FlexReport</a>.</p>
</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">DataScope</span></div>
      <div class="level2"><a class="xref" href="C1.Report.DataHandlerDataScope.html">DataHandlerDataScope</a></div>
      <div class="level2"><a class="xref" href="C1.Report.GroupDataScope.html">GroupDataScope</a></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_DataScope_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DataScope</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class 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_DataScope__ctor" data-uid="C1.Report.DataScope.#ctor">
          <a class="xref" href="C1.Report.DataScope.-ctor.html#C1_Report_DataScope__ctor">DataScope()</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_DataScope_DataHandler" data-uid="C1.Report.DataScope.DataHandler">
          <a class="xref" href="C1.Report.DataScope.DataHandler.html#C1_Report_DataScope_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_DataScope_Name" data-uid="C1.Report.DataScope.Name">
          <a class="xref" href="C1.Report.DataScope.Name.html#C1_Report_DataScope_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_DataScope_Parent" data-uid="C1.Report.DataScope.Parent">
          <a class="xref" href="C1.Report.DataScope.Parent.html#C1_Report_DataScope_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the parent <a class="xref" href="C1.Report.DataScope.html">DataScope</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_DataScope_Source" data-uid="C1.Report.DataScope.Source">
          <a class="xref" href="C1.Report.DataScope.Source.html#C1_Report_DataScope_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object identifying the current data scope.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
