# GrapeCity.ActiveReports.Extensibility.Layout.Internal.ICustomContentRange.Fork

## Content

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



<h1 id="GrapeCity_ActiveReports_Extensibility_Layout_Internal_ICustomContentRange_Fork_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.Internal.ICustomContentRange.Fork*">Fork Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Extensibility_Layout_Internal_ICustomContentRange_Fork_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.Internal.ICustomContentRange.Fork*"></a>
<h4 id="GrapeCity_ActiveReports_Extensibility_Layout_Internal_ICustomContentRange_Fork_GrapeCity_ActiveReports_Extensibility_Rendering_Components_ICustomReportItem_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.Internal.ICustomContentRange.Fork(GrapeCity.ActiveReports.Extensibility.Rendering.Components.ICustomReportItem)">Fork(ICustomReportItem)</h4>
<div class="markdown level1 summary"><p>Creates fork of the content range replacing report item with a new one.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IContentRange Fork(ICustomReportItem reportItem)</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="GrapeCity.ActiveReports.Extensibility.Rendering.Components.ICustomReportItem.html">ICustomReportItem</a></td>
      <td><span class="parametername">reportItem</span></td>
      <td><p>New report item</p>
</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.Layout.IContentRange.html">IContentRange</a></td>
      <td><p>The Forked content range</p>
</td>
    </tr>
  </tbody>
</table>
</div>
