# GrapeCity.ActiveReports.Rendering.Components.Interfaces.IReportRenderingContext.CreateCustomReportItem

## Content

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



<h1 id="GrapeCity_ActiveReports_Rendering_Components_Interfaces_IReportRenderingContext_CreateCustomReportItem_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Interfaces.IReportRenderingContext.CreateCustomReportItem*">CreateCustomReportItem Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_Components_Interfaces_IReportRenderingContext_CreateCustomReportItem_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Interfaces.IReportRenderingContext.CreateCustomReportItem*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Components_Interfaces_IReportRenderingContext_CreateCustomReportItem_GrapeCity_ActiveReports_PageReportModel_CustomReportItem_GrapeCity_ActiveReports_Rendering_IDataScopeInternal_GrapeCity_ActiveReports_Rendering_Components_IReportItemProgram_GrapeCity_ActiveReports_PageReportModel_ReportItem__" data-uid="GrapeCity.ActiveReports.Rendering.Components.Interfaces.IReportRenderingContext.CreateCustomReportItem(GrapeCity.ActiveReports.PageReportModel.CustomReportItem,GrapeCity.ActiveReports.Rendering.IDataScopeInternal,GrapeCity.ActiveReports.Rendering.Components.IReportItemProgram{GrapeCity.ActiveReports.PageReportModel.ReportItem})">CreateCustomReportItem(CustomReportItem, IDataScopeInternal, IReportItemProgram&lt;ReportItem&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IReportItem CreateCustomReportItem(CustomReportItem customAdapterReportItemDefinition, IDataScopeInternal dataScope, IReportItemProgram&lt;ReportItem&gt; customAdapterProgram)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Rdl/GrapeCity.ActiveReports.PageReportModel.CustomReportItem.html">CustomReportItem</a></td>
      <td><span class="parametername">customAdapterReportItemDefinition</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Rendering.IDataScopeInternal.html">IDataScopeInternal</a></td>
      <td><span class="parametername">dataScope</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.IReportItemProgram-1.html">IReportItemProgram</a>&lt;<a class="xref" href="../MESCIUS.ActiveReports.Core.Rdl/GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a>&gt;</td>
      <td><span class="parametername">customAdapterProgram</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<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.Extensibility.Rendering.Components.IReportItem.html">IReportItem</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
