# GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.DataProviderFactories

## Content

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



  <h1 id="GrapeCity_ActiveReports_ReportsCore_Data_DataProviders_DataProviderFactories" data-uid="GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.DataProviderFactories" class="text-break">DataProviderFactories Class
</h1>
  <div class="markdown level0 summary"><p>Supports dynamic configuration of the data providers.</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">DataProviderFactories</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.html">GrapeCity.ActiveReports.ReportsCore.Data.DataProviders</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_ReportsCore_Data_DataProviders_DataProviderFactories_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class DataProviderFactories</code></pre>
  </div>
  <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_ReportsCore_Data_DataProviders_DataProviderFactories_Get_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Configuration_DataProviderInfo__System_String_" data-uid="GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.DataProviderFactories.Get(System.Collections.Generic.IEnumerable{GrapeCity.ActiveReports.Configuration.DataProviderInfo},System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.DataProviderFactories.Get.html#GrapeCity_ActiveReports_ReportsCore_Data_DataProviders_DataProviderFactories_Get_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Configuration_DataProviderInfo__System_String_">Get(IEnumerable&lt;DataProviderInfo&gt;, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.html">DataProviderInfo</a> with the specified invariant name from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportsCore_Data_DataProviders_DataProviderFactories_GetFactory_System_String_GrapeCity_ActiveReports_Configuration_DataProviderInfo___" data-uid="GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.DataProviderFactories.GetFactory(System.String,GrapeCity.ActiveReports.Configuration.DataProviderInfo[])">
          <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.DataProviderFactories.GetFactory.html#GrapeCity_ActiveReports_ReportsCore_Data_DataProviders_DataProviderFactories_GetFactory_System_String_GrapeCity_ActiveReports_Configuration_DataProviderInfo___">GetFactory(string, DataProviderInfo[])</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an instance of the specified data provider.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
