# GrapeCity.ActiveReports.PageReportModel.Overflow

## Content

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




  <h1 id="GrapeCity_ActiveReports_PageReportModel_Overflow" data-uid="GrapeCity.ActiveReports.PageReportModel.Overflow" class="text-break">Overflow Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies and overflow behavior for <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Container.html">Container</a> report item.</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_Overflow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Overflow</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Overflow_Auto">Auto</td>
        <td><p>The action value is depends on report type. For the dashboards the auto equals to 'Scroll'.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Overflow_Clip">Clip</td>
        <td><p>Content is clipped on overflow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Overflow_Grow">Grow</td>
        <td><p>Container grows with content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Overflow_Hidden">Hidden</td>
        <td><p>Content is clipped on overflow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Overflow_Scroll">Scroll</td>
        <td><p>Scrollbar is automatically added to scroll the content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Overflow_Visible">Visible</td>
        <td><p>Content is not clipped on overflow.</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;Overflow, TItem&gt;(Overflow, IEnumerable&lt;TItem&gt;)</a>
  </div>
</div>
