# GrapeCity.ActiveReports.Data.DbDataSource.-ctor

## Content

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



<h1 id="GrapeCity_ActiveReports_Data_DbDataSource__ctor_" data-uid="GrapeCity.ActiveReports.Data.DbDataSource.#ctor*">DbDataSource Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Data_DbDataSource__ctor_" data-uid="GrapeCity.ActiveReports.Data.DbDataSource.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Data_DbDataSource__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Data.DbDataSource.#ctor(System.String)">DbDataSource(string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Data.DbDataSource.html">DbDataSource</a> class based on the specified provider name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DbDataSource(string providerName)</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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">providerName</span></td>
      <td><p>The provider's invariant name used to match one of the registered data providers in the configuration.
The search is case-insensitive (InvariantCultureIgnoreCase).</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Data_DbDataSource__ctor_" data-uid="GrapeCity.ActiveReports.Data.DbDataSource.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Data_DbDataSource__ctor_GrapeCity_ActiveReports_Configuration_DataProviderInfo_" data-uid="GrapeCity.ActiveReports.Data.DbDataSource.#ctor(GrapeCity.ActiveReports.Configuration.DataProviderInfo)">DbDataSource(DataProviderInfo)</h4>
<div class="markdown level1 summary"><p>Creates new DbDataSource out of DataProviderInfo</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DbDataSource(DataProviderInfo dataProvider)</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.Configuration.DataProviderInfo.html">DataProviderInfo</a></td>
      <td><span class="parametername">dataProvider</span></td>
      <td><p>Data provider information</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Data_DbDataSource__ctor_" data-uid="GrapeCity.ActiveReports.Data.DbDataSource.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Data_DbDataSource__ctor_System_Data_Common_DbProviderFactory_" data-uid="GrapeCity.ActiveReports.Data.DbDataSource.#ctor(System.Data.Common.DbProviderFactory)">DbDataSource(DbProviderFactory)</h4>
<div class="markdown level1 summary"><p>Creates new DbDataSource out of DbProviderFactory</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Obsolete(&quot;Please don&#39;t use this constructor.&quot;)]
public DbDataSource(DbProviderFactory factory)</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="https://learn.microsoft.com/dotnet/api/system.data.common.dbproviderfactory">DbProviderFactory</a></td>
      <td><span class="parametername">factory</span></td>
      <td><p>DbProviderFactory to be used</p>
</td>
    </tr>
  </tbody>
</table>
</div>
