# GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IDataScope" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope" class="text-break">IDataScope Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a data scope in a report at rendering time.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IDataScope_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDataScope</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_Extensibility_Rendering_Components_IDataScope_Id" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope.Id">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope.Id.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IDataScope_Id">Id</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the identifier of the data scope.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IDataScope_Name" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope.Name.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IDataScope_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the current scope.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IDataScope_Parents" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope.Parents">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope.Parents.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IDataScope_Parents">Parents</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data scopes that are considered direct parents of the current scope.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <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>
