# GrapeCity.ActiveReports.Configuration.IConfigurationManager

## Content

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



  <h1 id="GrapeCity_ActiveReports_Configuration_IConfigurationManager" data-uid="GrapeCity.ActiveReports.Configuration.IConfigurationManager" class="text-break">IConfigurationManager Interface
</h1>
  <div class="markdown level0 summary"><p>Defines an interface to allow access to configuration information.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Configuration.html">GrapeCity.ActiveReports.Configuration</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Configuration_IConfigurationManager_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IConfigurationManager</code></pre>
  </div>
  <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_Configuration_IConfigurationManager_DataProviders" data-uid="GrapeCity.ActiveReports.Configuration.IConfigurationManager.DataProviders">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.IConfigurationManager.DataProviders.html#GrapeCity_ActiveReports_Configuration_IConfigurationManager_DataProviders">DataProviders</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a collection of custom data providers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_IConfigurationManager_FontFactory" data-uid="GrapeCity.ActiveReports.Configuration.IConfigurationManager.FontFactory">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.IConfigurationManager.FontFactory.html#GrapeCity_ActiveReports_Configuration_IConfigurationManager_FontFactory">FontFactory</a>
        </td>
        <td class="markdown level1 summary"><p>Returns fonts factory.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_IConfigurationManager_ReportItems" data-uid="GrapeCity.ActiveReports.Configuration.IConfigurationManager.ReportItems">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.IConfigurationManager.ReportItems.html#GrapeCity_ActiveReports_Configuration_IConfigurationManager_ReportItems">ReportItems</a>
        </td>
        <td class="markdown level1 summary"><p>Provides the mapping between CustomReportItem type names and their corresponding <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_IConfigurationManager_Settings" data-uid="GrapeCity.ActiveReports.Configuration.IConfigurationManager.Settings">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.IConfigurationManager.Settings.html#GrapeCity_ActiveReports_Configuration_IConfigurationManager_Settings">Settings</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a collection of runtime configuration settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_IConfigurationManager_TileProviders" data-uid="GrapeCity.ActiveReports.Configuration.IConfigurationManager.TileProviders">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.IConfigurationManager.TileProviders.html#GrapeCity_ActiveReports_Configuration_IConfigurationManager_TileProviders">TileProviders</a>
        </td>
        <td class="markdown level1 summary"><p>Returns map tile providers.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;TObject&gt;(TObject)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;TObject&gt;(TObject, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
