# GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings

## Content

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



  <h1 id="GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings" class="text-break">ReportingSettings 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">ReportingSettings</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.html">GrapeCity.ActiveReports.Aspnetcore.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Web.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportingSettings</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_Aspnetcore_Viewer_ReportingSettings__ctor" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.-ctor.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings__ctor">ReportingSettings()</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_Aspnetcore_Viewer_ReportingSettings_FontResolver" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.FontResolver">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.FontResolver.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_FontResolver">FontResolver</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom font resolve for managing fonts used in report rendering.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_LocateDataSource" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.LocateDataSource">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.LocateDataSource.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_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_Aspnetcore_Viewer_ReportingSettings_OnHyperlink" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.OnHyperlink">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.OnHyperlink.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_OnHyperlink">OnHyperlink</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_Aspnetcore_Viewer_ReportingSettings_Prefix" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.Prefix">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.Prefix.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_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_Aspnetcore_Viewer_ReportingSettings_ResolveCredentials" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.ResolveCredentials">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.ResolveCredentials.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_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>
      <tr>
        <td id="GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_UseCompression" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseCompression">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseCompression.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_UseCompression">UseCompression</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to compress temporary data before the storing to memory/disk.</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_Aspnetcore_Viewer_ReportingSettings_CreateDefault" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.CreateDefault">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.CreateDefault.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_CreateDefault">CreateDefault()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.html">ReportingSettings</a> class with default configurations.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_SetLocateDataSource_System_Func_GrapeCity_ActiveReports_Web_Viewer_LocateDataSourceArgs_System_Object__" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.SetLocateDataSource(System.Func{GrapeCity.ActiveReports.Web.Viewer.LocateDataSourceArgs,System.Object})">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.SetLocateDataSource.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_SetLocateDataSource_System_Func_GrapeCity_ActiveReports_Web_Viewer_LocateDataSourceArgs_System_Object__">SetLocateDataSource(Func&lt;LocateDataSourceArgs, object&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a delegate that locates a data source based on the provided locate arguments.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_StoreTemporaryFilesInMemory" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.StoreTemporaryFilesInMemory">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.StoreTemporaryFilesInMemory.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_StoreTemporaryFilesInMemory">StoreTemporaryFilesInMemory()</a>
        </td>
        <td class="markdown level1 summary"><p>Instructs ActiveReports to store temporary data to a memory.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_StoreTemporaryFilesOnDisk_System_IO_DirectoryInfo_" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.StoreTemporaryFilesOnDisk(System.IO.DirectoryInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.StoreTemporaryFilesOnDisk.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_StoreTemporaryFilesOnDisk_System_IO_DirectoryInfo_">StoreTemporaryFilesOnDisk(DirectoryInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Instructs ActiveReports to store temporary files to a disk to reduce memory consumption.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_UseCodeBasedSectionReports_System_Reflection_Assembly_System_String_" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseCodeBasedSectionReports(System.Reflection.Assembly,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseCodeBasedSectionReports.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_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_Aspnetcore_Viewer_ReportingSettings_UseConfig_GrapeCity_ActiveReports_Configuration_IConfigurationProvider_" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseConfig(GrapeCity.ActiveReports.Configuration.IConfigurationProvider)">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseConfig.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_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_Aspnetcore_Viewer_ReportingSettings_UseConfig_System_String_" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseConfig(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseConfig.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_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_Aspnetcore_Viewer_ReportingSettings_UseCustomStore_System_Func_System_String_System_Object__" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseCustomStore(System.Func{System.String,System.Object})">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseCustomStore.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_UseCustomStore_System_Func_System_String_System_Object__">UseCustomStore(Func&lt;string, object&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Use custom report templates store.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_UseDataProviders_GrapeCity_ActiveReports_Configuration_DataProviderInfo___" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseDataProviders(GrapeCity.ActiveReports.Configuration.DataProviderInfo[])">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseDataProviders.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_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_Aspnetcore_Viewer_ReportingSettings_UseEmbeddedTemplates_System_String_System_Reflection_Assembly_" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseEmbeddedTemplates(System.String,System.Reflection.Assembly)">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseEmbeddedTemplates.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_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_Aspnetcore_Viewer_ReportingSettings_UseFileStore_System_IO_DirectoryInfo_" data-uid="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseFileStore(System.IO.DirectoryInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseFileStore.html#GrapeCity_ActiveReports_Aspnetcore_Viewer_ReportingSettings_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>
    </tbody>
  </table>

</div>
