# GrapeCity.ActiveReports.Configuration.DataProviderInfo

## Content

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



  <h1 id="GrapeCity_ActiveReports_Configuration_DataProviderInfo" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfo" class="text-break">DataProviderInfo Struct
</h1>
  <div class="markdown level0 summary"><p>Specifies the information about a configured data provider.</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_DataProviderInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct DataProviderInfo</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_Configuration_DataProviderInfo__ctor_System_String_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfo.#ctor(System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.-ctor.html#GrapeCity_ActiveReports_Configuration_DataProviderInfo__ctor_System_String_System_String_System_String_">DataProviderInfo(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.html">DataProviderInfo</a> struct for custom providers only.
Should be used to initialize custom data providers, for example: SQLITE, MYSQL, POSTGRESQL, ORACLE or for overrides of standard providers.</p>
</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_Configuration_DataProviderInfo_AdapterAssemblyQualifiedName" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfo.AdapterAssemblyQualifiedName">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.AdapterAssemblyQualifiedName.html#GrapeCity_ActiveReports_Configuration_DataProviderInfo_AdapterAssemblyQualifiedName">AdapterAssemblyQualifiedName</a>
        </td>
        <td class="markdown level1 summary"><p>Fully assembly-qualified name of the class that implements additional features like setting of multi-value parameters and others.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_DataProviderInfo_AssemblyQualifiedName" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfo.AssemblyQualifiedName">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.AssemblyQualifiedName.html#GrapeCity_ActiveReports_Configuration_DataProviderInfo_AssemblyQualifiedName">AssemblyQualifiedName</a>
        </td>
        <td class="markdown level1 summary"><p>Fully assembly-qualified name of the class that implements <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbproviderfactory">DbProviderFactory</a> for this provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_DataProviderInfo_CommandTextEditorType" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfo.CommandTextEditorType">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.CommandTextEditorType.html#GrapeCity_ActiveReports_Configuration_DataProviderInfo_CommandTextEditorType">CommandTextEditorType</a>
        </td>
        <td class="markdown level1 summary"><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> that derives from <code>System.Drawing.Design.UITypeEditor</code> for the query command text for this provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_DataProviderInfo_ConnectStringEditorType" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfo.ConnectStringEditorType">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.ConnectStringEditorType.html#GrapeCity_ActiveReports_Configuration_DataProviderInfo_ConnectStringEditorType">ConnectStringEditorType</a>
        </td>
        <td class="markdown level1 summary"><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> that derives from <code>System.Drawing.Design.UITypeEditor</code> for the data source connect string for this provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_DataProviderInfo_HumanReadableName" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfo.HumanReadableName">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.HumanReadableName.html#GrapeCity_ActiveReports_Configuration_DataProviderInfo_HumanReadableName">HumanReadableName</a>
        </td>
        <td class="markdown level1 summary"><p>A human-readable name for the data provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_DataProviderInfo_InvariantName" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfo.InvariantName">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.InvariantName.html#GrapeCity_ActiveReports_Configuration_DataProviderInfo_InvariantName">InvariantName</a>
        </td>
        <td class="markdown level1 summary"><p>The name that can be used to refer to the data provider in reports.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_DataProviderInfo_IsCustom" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfo.IsCustom">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.IsCustom.html#GrapeCity_ActiveReports_Configuration_DataProviderInfo_IsCustom">IsCustom</a>
        </td>
        <td class="markdown level1 summary"><p>True if data provider is specified through configuration</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_DataProviderInfo_QueryDesignerSupported" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfo.QueryDesignerSupported">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.QueryDesignerSupported.html#GrapeCity_ActiveReports_Configuration_DataProviderInfo_QueryDesignerSupported">QueryDesignerSupported</a>
        </td>
        <td class="markdown level1 summary"><p>True if query designer supports this data provider</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_DataProviderInfo_SchemaProviderAssemblyQualifiedName" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfo.SchemaProviderAssemblyQualifiedName">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.SchemaProviderAssemblyQualifiedName.html#GrapeCity_ActiveReports_Configuration_DataProviderInfo_SchemaProviderAssemblyQualifiedName">SchemaProviderAssemblyQualifiedName</a>
        </td>
        <td class="markdown level1 summary"><p>Fully assembly-qualified name of the class that implements <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Data.IDbSchemaProvider.html">IDbSchemaProvider</a>.</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>
