# GrapeCity.ActiveReports.ResourceLocator

## Content

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



  <h1 id="GrapeCity_ActiveReports_ResourceLocator" data-uid="GrapeCity.ActiveReports.ResourceLocator" class="text-break">ResourceLocator Class
</h1>
  <div class="markdown level0 summary"><p>Represents an abstract base class for locating resources based on their information.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ResourceLocator</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.DefaultResourceLocator.html">DefaultResourceLocator</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.html">GrapeCity.ActiveReports</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
  <h5 id="GrapeCity_ActiveReports_ResourceLocator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ResourceLocator</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_ResourceLocator__ctor" data-uid="GrapeCity.ActiveReports.ResourceLocator.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.-ctor.html#GrapeCity_ActiveReports_ResourceLocator__ctor">ResourceLocator()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_ResourceLocator_BaseUri" data-uid="GrapeCity.ActiveReports.ResourceLocator.BaseUri">
          <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.BaseUri.html#GrapeCity_ActiveReports_ResourceLocator_BaseUri">BaseUri</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the base <span class="xref">System.Uri</span> that all the resources are located relative to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ResourceLocator_ServiceProvider" data-uid="GrapeCity.ActiveReports.ResourceLocator.ServiceProvider">
          <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.ServiceProvider.html#GrapeCity_ActiveReports_ResourceLocator_ServiceProvider">ServiceProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iserviceprovider">IServiceProvider</a> object used to obtain report services.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_ResourceLocator_Fork_System_String_" data-uid="GrapeCity.ActiveReports.ResourceLocator.Fork(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.Fork.html#GrapeCity_ActiveReports_ResourceLocator_Fork_System_String_">Fork(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.html">ResourceLocator</a> for a specified subreport.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ResourceLocator_Fork_System_Uri_" data-uid="GrapeCity.ActiveReports.ResourceLocator.Fork(System.Uri)">
          <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.Fork.html#GrapeCity_ActiveReports_ResourceLocator_Fork_System_Uri_">Fork(Uri)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.html">ResourceLocator</a> for a specified part item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ResourceLocator_GetResource_GrapeCity_ActiveReports_ResourceInfo_" data-uid="GrapeCity.ActiveReports.ResourceLocator.GetResource(GrapeCity.ActiveReports.ResourceInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.GetResource.html#GrapeCity_ActiveReports_ResourceLocator_GetResource_GrapeCity_ActiveReports_ResourceInfo_">GetResource(ResourceInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.ActiveReports.Resource.html">Resource</a> using a specified <a class="xref" href="GrapeCity.ActiveReports.ResourceInfo.html">ResourceInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ResourceLocator_GetResource_GrapeCity_ActiveReports_ResourceInfo_System_IServiceProvider_" data-uid="GrapeCity.ActiveReports.ResourceLocator.GetResource(GrapeCity.ActiveReports.ResourceInfo,System.IServiceProvider)">
          <a class="xref" href="GrapeCity.ActiveReports.ResourceLocator.GetResource.html#GrapeCity_ActiveReports_ResourceLocator_GetResource_GrapeCity_ActiveReports_ResourceInfo_System_IServiceProvider_">GetResource(ResourceInfo, IServiceProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.ActiveReports.Resource.html">Resource</a> using a specified <a class="xref" href="GrapeCity.ActiveReports.ResourceInfo.html">ResourceInfo</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iserviceprovider">IServiceProvider</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.CollectionExtensions.AddRange.html#GrapeCity_ActiveReports_Rdl_Tools_CollectionExtensions_AddRange__2___0_System_Collections_Generic_IEnumerable___1__">CollectionExtensions.AddRange&lt;TCollection, TItem&gt;(TCollection, IEnumerable&lt;TItem&gt;)</a>
  </div>

</div>
