# GrapeCity.ActiveReports.PageReportModel.DataRegion

## Content

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



  <h1 id="GrapeCity_ActiveReports_PageReportModel_DataRegion" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion" class="text-break">DataRegion Class
</h1>
  <div class="markdown level0 summary"><p>Specifies a region where a dataset is laid out for a report. A data region bound to a dataset's results may repeat its contents to account for the dataset's size. The <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.List.html">List</a>, <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Matrix.html">Matrix</a>, <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Table.html">Table</a> and <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.html">Chart</a> report items are all data regions.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportComponent.html">ReportComponent</a></div>
    <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a></div>
    <div class="level5"><span class="xref">DataRegion</span></div>
      <div class="level6"><a class="xref" href="GrapeCity.ActiveReports.Import.Models.Chart.html">Chart</a></div>
      <div class="level6"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.html">Chart</a></div>
      <div class="level6"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.FixedPage.html">FixedPage</a></div>
      <div class="level6"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.List.html">List</a></div>
      <div class="level6"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Matrix.html">Matrix</a></div>
      <div class="level6"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Table.html">Table</a></div>
      <div class="level6"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Tablix.html">Tablix</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IReportComponent.html">IReportComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IValidateable.html">IValidateable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IScopeDefinition.html">IScopeDefinition</a></div>
  </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_DataRegion_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DataRegion : ReportItem, IReportComponent, IComponent, IDisposable, IValidateable, IScopeDefinition</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="GrapeCity_ActiveReports_PageReportModel_DataRegion__ctor" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.-ctor.html#GrapeCity_ActiveReports_PageReportModel_DataRegion__ctor">DataRegion()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.html">DataRegion</a> class.</p>
</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="GrapeCity_ActiveReports_PageReportModel_DataRegion_ChildScopes" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.ChildScopes">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.ChildScopes.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_ChildScopes">ChildScopes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the child scopes for the data region.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_DataRegion_DataSetName" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.DataSetName">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.DataSetName.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_DataSetName">DataSetName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the dataset used by the data region.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_DataRegion_DataSetParameters" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.DataSetParameters">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.DataSetParameters.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_DataSetParameters">DataSetParameters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of the parameters for the dataset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_DataRegion_Filters" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.Filters">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.Filters.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_Filters">Filters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of filters applied to each row of data within the data region.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_DataRegion_FixedHeight" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.FixedHeight">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.FixedHeight.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_FixedHeight">FixedHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a maximum height of the data region per page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_DataRegion_FixedWidth" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.FixedWidth">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.FixedWidth.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_FixedWidth">FixedWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a maximum width of the data region per page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_DataRegion_NewPage" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.NewPage">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.NewPage.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_NewPage">NewPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating how the page on which the content should start after a page break.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_DataRegion_NewSection" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.NewSection">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.NewSection.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_NewSection">NewSection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the data region is in its own section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_DataRegion_NoRows" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.NoRows">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.NoRows.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_NoRows">NoRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a message to display inside the data region when the region contains no rows.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_DataRegion_OverflowName" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.OverflowName">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.OverflowName.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_OverflowName">OverflowName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the overflow region.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_DataRegion_PageBreakAtEnd" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.PageBreakAtEnd">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.PageBreakAtEnd.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_PageBreakAtEnd">PageBreakAtEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a page break occurs immediately after the data region ends.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_DataRegion_PageBreakAtStart" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.PageBreakAtStart">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.PageBreakAtStart.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_PageBreakAtStart">PageBreakAtStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a page break occurs immediately before the data region begins.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_DataRegion_PageName" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.PageName">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.PageName.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_PageName">PageName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a name of the sheet when exporting to Excel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_DataRegion_ReportItemsInScope" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.ReportItemsInScope">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.ReportItemsInScope.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_ReportItemsInScope">ReportItemsInScope</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the report items in scope for the data region.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_DataRegion_Validate_GrapeCity_ActiveReports_PageReportModel_ValidationContext_" data-uid="GrapeCity.ActiveReports.PageReportModel.DataRegion.Validate(GrapeCity.ActiveReports.PageReportModel.ValidationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.Validate.html#GrapeCity_ActiveReports_PageReportModel_DataRegion_Validate_GrapeCity_ActiveReports_PageReportModel_ValidationContext_">Validate(ValidationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Validates the current state of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.html">DataRegion</a> object.</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>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ReportItemExtensions.Clone.html#GrapeCity_ActiveReports_Rdl_Tools_ReportItemExtensions_Clone__1___0_">ReportItemExtensions.Clone&lt;TItem&gt;(TItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RomUtils.GetReportFromComponent.html#GrapeCity_ActiveReports_PageReportModel_RomUtils_GetReportFromComponent_GrapeCity_ActiveReports_PageReportModel_IReportComponent_">RomUtils.GetReportFromComponent(IReportComponent)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RomUtils.GetReportSectionFromComponent.html#GrapeCity_ActiveReports_PageReportModel_RomUtils_GetReportSectionFromComponent_GrapeCity_ActiveReports_PageReportModel_IReportComponent_">RomUtils.GetReportSectionFromComponent(IReportComponent)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RomUtils.IsContentPlaceHolder.html#GrapeCity_ActiveReports_PageReportModel_RomUtils_IsContentPlaceHolder_GrapeCity_ActiveReports_PageReportModel_ReportItem_">RomUtils.IsContentPlaceHolder(ReportItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ReportExtensions.GetSelfAndAllDescendants.html#GrapeCity_ActiveReports_Rdl_Tools_ReportExtensions_GetSelfAndAllDescendants_GrapeCity_ActiveReports_PageReportModel_ReportItem_">ReportExtensions.GetSelfAndAllDescendants(ReportItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ReportItemExtensions.GetReportItemTypeName.html#GrapeCity_ActiveReports_Rdl_Tools_ReportItemExtensions_GetReportItemTypeName_GrapeCity_ActiveReports_PageReportModel_ReportItem_">ReportItemExtensions.GetReportItemTypeName(ReportItem)</a>
  </div>

</div>
