# GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration

## Content

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



  <h1 id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration" class="text-break">ReportViewerConfiguration Class
</h1>
  <div class="markdown level0 summary"><p>Represents the configuration options for the report viewer.</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">ReportViewerConfiguration</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.html">GrapeCity.ActiveReports.Web.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Web.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportViewerConfiguration</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_Web_Viewer_ReportViewerConfiguration__ctor" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.-ctor.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration__ctor">ReportViewerConfiguration()</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_Web_Viewer_ReportViewerConfiguration_LocateDataSource" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.LocateDataSource">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.LocateDataSource.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_LocateDataSource">LocateDataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a function to locate the data source, which included report parameters,
based on the provided arguments.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_Prefix" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.Prefix">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.Prefix.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_Prefix">Prefix</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the web API endpoint prefix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_ProcessHyperlink" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.ProcessHyperlink">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.ProcessHyperlink.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_ProcessHyperlink">ProcessHyperlink</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a function to preprocess and return a modified hyperlink string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_ReportParameterValuesNeeded" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.ReportParameterValuesNeeded">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.ReportParameterValuesNeeded.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_ReportParameterValuesNeeded">ReportParameterValuesNeeded</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a callback function that provides values for the specified report parameters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_ResolveCredentials" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.ResolveCredentials">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.ResolveCredentials.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_ResolveCredentials">ResolveCredentials</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a function used to resolve credentials required by data sources.</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_Web_Viewer_ReportViewerConfiguration_CreateBackendApi" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.CreateBackendApi">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.CreateBackendApi.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_CreateBackendApi">CreateBackendApi()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.IReportViewerBackendApi.html">IReportViewerBackendApi</a> using the current viewer configuration.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseCacheDataStorage_System_Action_GrapeCity_ActiveReports_Web_Viewer_CacheDataSettings__" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseCacheDataStorage(System.Action{GrapeCity.ActiveReports.Web.Viewer.CacheDataSettings})">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseCacheDataStorage.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseCacheDataStorage_System_Action_GrapeCity_ActiveReports_Web_Viewer_CacheDataSettings__">UseCacheDataStorage(Action&lt;CacheDataSettings&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Uses an action to cache the data using the provided settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseCodeBasedSectionReports_System_Reflection_Assembly_System_String_" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseCodeBasedSectionReports(System.Reflection.Assembly,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseCodeBasedSectionReports.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseCodeBasedSectionReports_System_Reflection_Assembly_System_String_">UseCodeBasedSectionReports(Assembly, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Uses the code-based reports that are stored in the assembly.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseConfig_GrapeCity_ActiveReports_Configuration_IConfigurationProvider_" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseConfig(GrapeCity.ActiveReports.Configuration.IConfigurationProvider)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseConfig.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseConfig_GrapeCity_ActiveReports_Configuration_IConfigurationProvider_">UseConfig(IConfigurationProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the custom config provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseConfig_System_String_" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseConfig(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseConfig.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseConfig_System_String_">UseConfig(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the path to the ActiveReports.config or GrapeCity.ActiveReports.config file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseDataProviders_GrapeCity_ActiveReports_Configuration_DataProviderInfo___" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseDataProviders(GrapeCity.ActiveReports.Configuration.DataProviderInfo[])">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseDataProviders.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseDataProviders_GrapeCity_ActiveReports_Configuration_DataProviderInfo___">UseDataProviders(DataProviderInfo[])</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies an array of the custom data provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseEmbeddedTemplates_System_String_System_Reflection_Assembly_" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseEmbeddedTemplates(System.String,System.Reflection.Assembly)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseEmbeddedTemplates.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseEmbeddedTemplates_System_String_System_Reflection_Assembly_">UseEmbeddedTemplates(string, Assembly)</a>
        </td>
        <td class="markdown level1 summary"><p>Uses the embedded resources for report files and resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseFileStore_System_IO_DirectoryInfo_" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseFileStore(System.IO.DirectoryInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseFileStore.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseFileStore_System_IO_DirectoryInfo_">UseFileStore(DirectoryInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Uses the built-in file store for report files and resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseFontResolver_GrapeCity_ActiveReports_IFontResolver_" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseFontResolver(GrapeCity.ActiveReports.IFontResolver)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseFontResolver.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseFontResolver_GrapeCity_ActiveReports_IFontResolver_">UseFontResolver(IFontResolver)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the custom font resolver for all situations.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseReportProvider_GrapeCity_ActiveReports_Web_Viewer_GetReportFn_GrapeCity_ActiveReports_Web_Viewer_GetReportDescriptorFn_" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseReportProvider(GrapeCity.ActiveReports.Web.Viewer.GetReportFn,GrapeCity.ActiveReports.Web.Viewer.GetReportDescriptorFn)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseReportProvider.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseReportProvider_GrapeCity_ActiveReports_Web_Viewer_GetReportFn_GrapeCity_ActiveReports_Web_Viewer_GetReportDescriptorFn_">UseReportProvider(GetReportFn, GetReportDescriptorFn)</a>
        </td>
        <td class="markdown level1 summary"><p>Uses a custom report simplistic provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseReportProvider_GrapeCity_ActiveReports_Web_Viewer_IReportProvider_" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseReportProvider(GrapeCity.ActiveReports.Web.Viewer.IReportProvider)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseReportProvider.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseReportProvider_GrapeCity_ActiveReports_Web_Viewer_IReportProvider_">UseReportProvider(IReportProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Uses a custom report store provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseResourceProvider_GrapeCity_ActiveReports_Web_Viewer_GetResourceFn_" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseResourceProvider(GrapeCity.ActiveReports.Web.Viewer.GetResourceFn)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseResourceProvider.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseResourceProvider_GrapeCity_ActiveReports_Web_Viewer_GetResourceFn_">UseResourceProvider(GetResourceFn)</a>
        </td>
        <td class="markdown level1 summary"><p>Uses a custom resource store provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseResourceProvider_GrapeCity_ActiveReports_Web_Viewer_IReportResourceProvider_" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseResourceProvider(GrapeCity.ActiveReports.Web.Viewer.IReportResourceProvider)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseResourceProvider.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseResourceProvider_GrapeCity_ActiveReports_Web_Viewer_IReportResourceProvider_">UseResourceProvider(IReportResourceProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Uses a custom resource store provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseRuntimeReportInitializer_GrapeCity_ActiveReports_Web_Viewer_IRuntimeReportInitializer_" data-uid="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseRuntimeReportInitializer(GrapeCity.ActiveReports.Web.Viewer.IRuntimeReportInitializer)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.UseRuntimeReportInitializer.html#GrapeCity_ActiveReports_Web_Viewer_ReportViewerConfiguration_UseRuntimeReportInitializer_GrapeCity_ActiveReports_Web_Viewer_IRuntimeReportInitializer_">UseRuntimeReportInitializer(IRuntimeReportInitializer)</a>
        </td>
        <td class="markdown level1 summary"><p>Uses a custom report store provider.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
