# GrapeCity.ActiveReports.Web.Designer.ReportDesignerConfiguration.UseResourcesProvider

## Content

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



<h1 id="GrapeCity_ActiveReports_Web_Designer_ReportDesignerConfiguration_UseResourcesProvider_" data-uid="GrapeCity.ActiveReports.Web.Designer.ReportDesignerConfiguration.UseResourcesProvider*">UseResourcesProvider Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Web_Designer_ReportDesignerConfiguration_UseResourcesProvider_" data-uid="GrapeCity.ActiveReports.Web.Designer.ReportDesignerConfiguration.UseResourcesProvider*"></a>
<h4 id="GrapeCity_ActiveReports_Web_Designer_ReportDesignerConfiguration_UseResourcesProvider_GrapeCity_ActiveReports_Web_Designer_IResourceRepositoryProvider_" data-uid="GrapeCity.ActiveReports.Web.Designer.ReportDesignerConfiguration.UseResourcesProvider(GrapeCity.ActiveReports.Web.Designer.IResourceRepositoryProvider)">UseResourcesProvider(IResourceRepositoryProvider)</h4>
<div class="markdown level1 summary"><p>Uses a custom resource store provider.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ReportDesignerConfiguration UseResourcesProvider(IResourceRepositoryProvider resourcesProvider)</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.Web.Designer.IResourceRepositoryProvider.html">IResourceRepositoryProvider</a></td>
      <td><span class="parametername">resourcesProvider</span></td>
      <td><p>The custom resource store provider.</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.Web.Designer.ReportDesignerConfiguration.html">ReportDesignerConfiguration</a></td>
      <td><p>The current <a class="xref" href="GrapeCity.ActiveReports.Web.Designer.ReportDesignerConfiguration.html">ReportDesignerConfiguration</a> instance.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Web_Designer_ReportDesignerConfiguration_UseResourcesProvider_GrapeCity_ActiveReports_Web_Designer_IResourceRepositoryProvider__examples">Examples</h5>
<pre><code class="lang-csharp">app.UseReportDesigner(config =&gt;
{
	// Your implementation of IResourceRepositoryProvider.
	config.UseResourcesProvider(resourceProvider);
});</code></pre>

</div>
