# GrapeCity.ActiveReports.PageReportModel.CustomReportItem.ReportItems

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_CustomReportItem_ReportItems_" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomReportItem.ReportItems*">ReportItems Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_CustomReportItem_ReportItems_" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomReportItem.ReportItems*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_CustomReportItem_ReportItems" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomReportItem.ReportItems">ReportItems</h4>
<div class="markdown level1 summary"><p>Gets a collection of report items contained within the custom report item.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ReportItemCollection ReportItems { get; }</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="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a> object representing the collection of report items.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IRdlContainer.ReportItems.html#GrapeCity_ActiveReports_PageReportModel_IRdlContainer_ReportItems">IRdlContainer.ReportItems</a></div>
<h5 id="GrapeCity_ActiveReports_PageReportModel_CustomReportItem_ReportItems_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Allows a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomReportItem.html">CustomReportItem</a> to implement a composite <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a>.
The serialization to the report definition of any contained <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> must be implemented using
custom syntax specific to the derived <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> implementation.
A Custom Designer for the derived implementation may be useful in that case.</p>
</div>
</div>
