# GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection

## Content

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



  <h1 id="GrapeCity_ActiveReports_Configuration_DataProviderInfoCollection" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection" class="text-break">DataProviderInfoCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of custom 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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.html">DataProviderInfo</a>&gt;</div>
    <div class="level2"><span class="xref">DataProviderInfoCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.html">DataProviderInfo</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.html">DataProviderInfo</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.html">DataProviderInfo</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.html">DataProviderInfo</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.html">DataProviderInfo</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </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_DataProviderInfoCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DataProviderInfoCollection : Collection&lt;DataProviderInfo&gt;, IList&lt;DataProviderInfo&gt;, ICollection&lt;DataProviderInfo&gt;, IList, ICollection, IReadOnlyList&lt;DataProviderInfo&gt;, IReadOnlyCollection&lt;DataProviderInfo&gt;, IEnumerable&lt;DataProviderInfo&gt;, IEnumerable</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_DataProviderInfoCollection__ctor" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.-ctor.html#GrapeCity_ActiveReports_Configuration_DataProviderInfoCollection__ctor">DataProviderInfoCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.html">DataProviderInfoCollection</a> class.</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_DataProviderInfoCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.Item.html#GrapeCity_ActiveReports_Configuration_DataProviderInfoCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.html">DataProviderInfo</a> at the specified index.</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_Configuration_DataProviderInfoCollection_Add_GrapeCity_ActiveReports_Configuration_DataProviderInfo_" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.Add(GrapeCity.ActiveReports.Configuration.DataProviderInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.Add.html#GrapeCity_ActiveReports_Configuration_DataProviderInfoCollection_Add_GrapeCity_ActiveReports_Configuration_DataProviderInfo_">Add(DataProviderInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.html">DataProviderInfo</a> object to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_DataProviderInfoCollection_Contains_GrapeCity_ActiveReports_Configuration_DataProviderInfo_" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.Contains(GrapeCity.ActiveReports.Configuration.DataProviderInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.Contains.html#GrapeCity_ActiveReports_Configuration_DataProviderInfoCollection_Contains_GrapeCity_ActiveReports_Configuration_DataProviderInfo_">Contains(DataProviderInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.html">DataProviderInfo</a> object exists in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_DataProviderInfoCollection_CopyTo_GrapeCity_ActiveReports_Configuration_DataProviderInfo___System_Int32_" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.CopyTo(GrapeCity.ActiveReports.Configuration.DataProviderInfo[],System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.CopyTo.html#GrapeCity_ActiveReports_Configuration_DataProviderInfoCollection_CopyTo_GrapeCity_ActiveReports_Configuration_DataProviderInfo___System_Int32_">CopyTo(DataProviderInfo[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_DataProviderInfoCollection_IndexOf_GrapeCity_ActiveReports_Configuration_DataProviderInfo_" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.IndexOf(GrapeCity.ActiveReports.Configuration.DataProviderInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.IndexOf.html#GrapeCity_ActiveReports_Configuration_DataProviderInfoCollection_IndexOf_GrapeCity_ActiveReports_Configuration_DataProviderInfo_">IndexOf(DataProviderInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of the <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.html">DataProviderInfo</a> object in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_DataProviderInfoCollection_Insert_System_Int32_GrapeCity_ActiveReports_Configuration_DataProviderInfo_" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.Insert(System.Int32,GrapeCity.ActiveReports.Configuration.DataProviderInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.Insert.html#GrapeCity_ActiveReports_Configuration_DataProviderInfoCollection_Insert_System_Int32_GrapeCity_ActiveReports_Configuration_DataProviderInfo_">Insert(int, DataProviderInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.html">DataProviderInfo</a> object to the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_DataProviderInfoCollection_Remove_GrapeCity_ActiveReports_Configuration_DataProviderInfo_" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.Remove(GrapeCity.ActiveReports.Configuration.DataProviderInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.Remove.html#GrapeCity_ActiveReports_Configuration_DataProviderInfoCollection_Remove_GrapeCity_ActiveReports_Configuration_DataProviderInfo_">Remove(DataProviderInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfo.html">DataProviderInfo</a> object from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_DataProviderInfoCollection_ContentChanged" data-uid="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.ContentChanged">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.ContentChanged.html">ContentChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the content has changed.</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.Data.DataProviders.DataProviderFactories.Get.html#GrapeCity_ActiveReports_ReportsCore_Data_DataProviders_DataProviderFactories_Get_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Configuration_DataProviderInfo__System_String_">DataProviderFactories.Get(IEnumerable&lt;DataProviderInfo&gt;, 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>
