# GrapeCity.ActiveReports.PageReportModel.RowGroupingCollection.Create

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_RowGroupingCollection_Create_" data-uid="GrapeCity.ActiveReports.PageReportModel.RowGroupingCollection.Create*">Create Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_RowGroupingCollection_Create_" data-uid="GrapeCity.ActiveReports.PageReportModel.RowGroupingCollection.Create*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_RowGroupingCollection_Create" data-uid="GrapeCity.ActiveReports.PageReportModel.RowGroupingCollection.Create">Create()</h4>
<div class="markdown level1 summary"><p>Get a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RowGroupingCollection.html">RowGroupingCollection</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static RowGroupingCollection Create()</code></pre>
</div>
<h5 class="returns">Returns</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="GrapeCity.ActiveReports.PageReportModel.RowGroupingCollection.html">RowGroupingCollection</a></td>
      <td><p>A newly instance of <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RowGroupingCollection.html">RowGroupingCollection</a> class.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
