# GrapeCity.ActiveReports.Rendering.Facade.RenderingTree.IForkableReportItem.Fork

## Content

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



<h1 id="GrapeCity_ActiveReports_Rendering_Facade_RenderingTree_IForkableReportItem_Fork_" data-uid="GrapeCity.ActiveReports.Rendering.Facade.RenderingTree.IForkableReportItem.Fork*">Fork Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_Facade_RenderingTree_IForkableReportItem_Fork_" data-uid="GrapeCity.ActiveReports.Rendering.Facade.RenderingTree.IForkableReportItem.Fork*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Facade_RenderingTree_IForkableReportItem_Fork_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IDataScope_" data-uid="GrapeCity.ActiveReports.Rendering.Facade.RenderingTree.IForkableReportItem.Fork(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope)">Fork(IDataScope)</h4>
<div class="markdown level1 summary"><p>Creates a copy of the report item with the specified data scope.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IReportItem Fork(IDataScope dataScope)</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.IDataScope.html">IDataScope</a></td>
      <td><span class="parametername">dataScope</span></td>
      <td><p>The data scope to be applied to the 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.Rendering.Components.IReportItem.html">IReportItem</a></td>
      <td><p>A new <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem.html">IReportItem</a> instance with the specified data scope.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
