# GrapeCity.ActiveReports.PageReportModel.IScopeDefinition

## Content

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



  <h1 id="GrapeCity_ActiveReports_PageReportModel_IScopeDefinition" data-uid="GrapeCity.ActiveReports.PageReportModel.IScopeDefinition" class="text-break">IScopeDefinition Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an object that defines a data scope in the RDL (Report Definition Language) report object model, such as a data region or grouping.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.html">GrapeCity.ActiveReports.PageReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
  <h5 id="GrapeCity_ActiveReports_PageReportModel_IScopeDefinition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IScopeDefinition</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_PageReportModel_IScopeDefinition_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Some objects, such as <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomReportItem.html">CustomReportItem</a>, may represent a scope only based on their settings. As a result, some properties might return default values.</p>
</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_PageReportModel_IScopeDefinition_ChildScopes" data-uid="GrapeCity.ActiveReports.PageReportModel.IScopeDefinition.ChildScopes">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IScopeDefinition.ChildScopes.html#GrapeCity_ActiveReports_PageReportModel_IScopeDefinition_ChildScopes">ChildScopes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the scope objects that are direct children of this scope.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IScopeDefinition_ParentScope" data-uid="GrapeCity.ActiveReports.PageReportModel.IScopeDefinition.ParentScope">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IScopeDefinition.ParentScope.html#GrapeCity_ActiveReports_PageReportModel_IScopeDefinition_ParentScope">ParentScope</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent scope of this scope.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IScopeDefinition_ReportItemsInScope" data-uid="GrapeCity.ActiveReports.PageReportModel.IScopeDefinition.ReportItemsInScope">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IScopeDefinition.ReportItemsInScope.html#GrapeCity_ActiveReports_PageReportModel_IScopeDefinition_ReportItemsInScope">ReportItemsInScope</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the report items contained directly within this scope.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IScopeDefinition_ScopeName" data-uid="GrapeCity.ActiveReports.PageReportModel.IScopeDefinition.ScopeName">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IScopeDefinition.ScopeName.html#GrapeCity_ActiveReports_PageReportModel_IScopeDefinition_ScopeName">ScopeName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of this scope.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.CollectionExtensions.AddRange.html#GrapeCity_ActiveReports_Rdl_Tools_CollectionExtensions_AddRange__2___0_System_Collections_Generic_IEnumerable___1__">CollectionExtensions.AddRange&lt;TCollection, TItem&gt;(TCollection, IEnumerable&lt;TItem&gt;)</a>
  </div>

</div>
