# GrapeCity.ActiveReports.DefaultResourceLocator.Fork

## Content

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



<h1 id="GrapeCity_ActiveReports_DefaultResourceLocator_Fork_" data-uid="GrapeCity.ActiveReports.DefaultResourceLocator.Fork*">Fork Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_DefaultResourceLocator_Fork_" data-uid="GrapeCity.ActiveReports.DefaultResourceLocator.Fork*"></a>
<h4 id="GrapeCity_ActiveReports_DefaultResourceLocator_Fork_System_String_" data-uid="GrapeCity.ActiveReports.DefaultResourceLocator.Fork(System.String)">Fork(string)</h4>
<div class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.html">ResourceLocator</a> for a specified subreport.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override ResourceLocator Fork(string subreportName)</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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">subreportName</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value indicating the name of the subreport to get the <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.html">ResourceLocator</a> for.</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.ResourceLocator.html">ResourceLocator</a></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.html">ResourceLocator</a> object specific to the specified subreport.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.Fork.html#GrapeCity_ActiveReports_ResourceLocator_Fork_System_String_">ResourceLocator.Fork(string)</a></div>


<a id="GrapeCity_ActiveReports_DefaultResourceLocator_Fork_" data-uid="GrapeCity.ActiveReports.DefaultResourceLocator.Fork*"></a>
<h4 id="GrapeCity_ActiveReports_DefaultResourceLocator_Fork_System_Uri_" data-uid="GrapeCity.ActiveReports.DefaultResourceLocator.Fork(System.Uri)">Fork(Uri)</h4>
<div class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.html">ResourceLocator</a> for a specified part item.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override ResourceLocator Fork(Uri uri)</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><span class="xref">Uri</span></td>
      <td><span class="parametername">uri</span></td>
      <td><p>A <span class="xref">System.Uri</span> object of the part item to get the <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.html">ResourceLocator</a> for.</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.ResourceLocator.html">ResourceLocator</a></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.html">ResourceLocator</a> object specific to the specified URI.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.Fork.html#GrapeCity_ActiveReports_ResourceLocator_Fork_System_Uri_">ResourceLocator.Fork(Uri)</a></div>
</div>
