# GrapeCity.ActiveReports.PageReportModel.TablixItems-1.ToArray

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_TablixItems_1_ToArray_" data-uid="GrapeCity.ActiveReports.PageReportModel.TablixItems`1.ToArray*">ToArray Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_TablixItems_1_ToArray_" data-uid="GrapeCity.ActiveReports.PageReportModel.TablixItems`1.ToArray*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_TablixItems_1_ToArray" data-uid="GrapeCity.ActiveReports.PageReportModel.TablixItems`1.ToArray">ToArray()</h4>
<div class="markdown level1 summary"><p>Converts the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.TablixItems-1.html">TablixItems&lt;T&gt;</a> collection into an array of <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportComponent.html">ReportComponent</a> items.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public T[] ToArray()</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>T[]</td>
      <td><p>An array containing the elements of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.TablixItems-1.html">TablixItems&lt;T&gt;</a> collection.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
