# C1.Report.GroupDataScope

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_GroupDataScope" data-uid="C1.Report.GroupDataScope" class="text-break">GroupDataScope 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">GroupDataScope</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_GroupDataScope_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GroupDataScope : DataScope</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GroupDataScope
    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_GroupDataScope__ctor_System_Object_System_String_C1_Report_GroupNode_C1_Report_DataHandler_" data-uid="C1.Report.GroupDataScope.#ctor(System.Object,System.String,C1.Report.GroupNode,C1.Report.DataHandler)">
          <a class="xref" href="C1.Report.GroupDataScope.-ctor.html#C1_Report_GroupDataScope__ctor_System_Object_System_String_C1_Report_GroupNode_C1_Report_DataHandler_">GroupDataScope(object, string, GroupNode, DataHandler)</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_GroupDataScope_DataHandler" data-uid="C1.Report.GroupDataScope.DataHandler">
          <a class="xref" href="C1.Report.GroupDataScope.DataHandler.html#C1_Report_GroupDataScope_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_GroupDataScope_GroupNode" data-uid="C1.Report.GroupDataScope.GroupNode">
          <a class="xref" href="C1.Report.GroupDataScope.GroupNode.html#C1_Report_GroupDataScope_GroupNode">GroupNode</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_GroupDataScope_Name" data-uid="C1.Report.GroupDataScope.Name">
          <a class="xref" href="C1.Report.GroupDataScope.Name.html#C1_Report_GroupDataScope_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_GroupDataScope_Source" data-uid="C1.Report.GroupDataScope.Source">
          <a class="xref" href="C1.Report.GroupDataScope.Source.html#C1_Report_GroupDataScope_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object identifying the current data scope.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
