# GrapeCity.ActiveReports.PageReportModel.Table.MaxDetailsPerPage

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_Table_MaxDetailsPerPage_" data-uid="GrapeCity.ActiveReports.PageReportModel.Table.MaxDetailsPerPage*">MaxDetailsPerPage Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_Table_MaxDetailsPerPage_" data-uid="GrapeCity.ActiveReports.PageReportModel.Table.MaxDetailsPerPage*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_Table_MaxDetailsPerPage" data-uid="GrapeCity.ActiveReports.PageReportModel.Table.MaxDetailsPerPage">MaxDetailsPerPage</h4>
<div class="markdown level1 summary"><p>Gets or sets a maximum number of rows which can be in the details group on the page.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ExpressionInfo MaxDetailsPerPage { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Data.ExpressionInfo/GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.html">ExpressionInfo</a></td>
      <td><p>An <a class="xref" href="../MESCIUS.ActiveReports.Core.Data.ExpressionInfo/GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.html">ExpressionInfo</a> object representing the maximum number of rows in the details group on the page.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_PageReportModel_Table_MaxDetailsPerPage_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p><code>0</code>, <code>null</code>, or an empty value are interpreted as 'no limit', which is the default value.</p>
</div>
</div>
