# GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection

## Content

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



  <h1 id="GrapeCity_ActiveReports_Configuration_RenderingExtensionInfoCollection" data-uid="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection" class="text-break">RenderingExtensionInfoCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfo.html">RenderingExtensionInfo</a>.</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.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">RenderingExtensionInfoCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.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_RenderingExtensionInfoCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RenderingExtensionInfoCollection : CollectionBase, IList, ICollection, 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_RenderingExtensionInfoCollection__ctor" data-uid="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.-ctor.html#GrapeCity_ActiveReports_Configuration_RenderingExtensionInfoCollection__ctor">RenderingExtensionInfoCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of <a class="xref" href="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.html">RenderingExtensionInfoCollection</a>.</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_RenderingExtensionInfoCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.Item.html#GrapeCity_ActiveReports_Configuration_RenderingExtensionInfoCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfo.html">RenderingExtensionInfo</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_RenderingExtensionInfoCollection_Add_GrapeCity_ActiveReports_Configuration_RenderingExtensionInfo_" data-uid="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.Add(GrapeCity.ActiveReports.Configuration.RenderingExtensionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.Add.html#GrapeCity_ActiveReports_Configuration_RenderingExtensionInfoCollection_Add_GrapeCity_ActiveReports_Configuration_RenderingExtensionInfo_">Add(RenderingExtensionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds RenderingExtensionInfo to the end of the RenderingExtensionsCollection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_RenderingExtensionInfoCollection_Contains_GrapeCity_ActiveReports_Configuration_RenderingExtensionInfo_" data-uid="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.Contains(GrapeCity.ActiveReports.Configuration.RenderingExtensionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.Contains.html#GrapeCity_ActiveReports_Configuration_RenderingExtensionInfoCollection_Contains_GrapeCity_ActiveReports_Configuration_RenderingExtensionInfo_">Contains(RenderingExtensionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the RenderingExtensionsCollection contains a specific RenderingExtensionInfo.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_RenderingExtensionInfoCollection_CopyTo_GrapeCity_ActiveReports_Configuration_RenderingExtensionInfo___System_Int32_" data-uid="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.CopyTo(GrapeCity.ActiveReports.Configuration.RenderingExtensionInfo[],System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.CopyTo.html#GrapeCity_ActiveReports_Configuration_RenderingExtensionInfoCollection_CopyTo_GrapeCity_ActiveReports_Configuration_RenderingExtensionInfo___System_Int32_">CopyTo(RenderingExtensionInfo[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the entire RenderingExtensionsCollection to a compatible one-dimensional Array, starting at the specified index of the target array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_RenderingExtensionInfoCollection_IndexOf_GrapeCity_ActiveReports_Configuration_RenderingExtensionInfo_" data-uid="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.IndexOf(GrapeCity.ActiveReports.Configuration.RenderingExtensionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.IndexOf.html#GrapeCity_ActiveReports_Configuration_RenderingExtensionInfoCollection_IndexOf_GrapeCity_ActiveReports_Configuration_RenderingExtensionInfo_">IndexOf(RenderingExtensionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the specified RenderingExtensions and returns the zero-based index of the first occurrence within the entire RenderingExtensionsCollection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_RenderingExtensionInfoCollection_Insert_System_Int32_GrapeCity_ActiveReports_Configuration_RenderingExtensionInfo_" data-uid="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.Insert(System.Int32,GrapeCity.ActiveReports.Configuration.RenderingExtensionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.Insert.html#GrapeCity_ActiveReports_Configuration_RenderingExtensionInfoCollection_Insert_System_Int32_GrapeCity_ActiveReports_Configuration_RenderingExtensionInfo_">Insert(int, RenderingExtensionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a RenderingExtensionInfo into the RenderingExtensionsCollection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Configuration_RenderingExtensionInfoCollection_Remove_GrapeCity_ActiveReports_Configuration_RenderingExtensionInfo_" data-uid="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.Remove(GrapeCity.ActiveReports.Configuration.RenderingExtensionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.Remove.html#GrapeCity_ActiveReports_Configuration_RenderingExtensionInfoCollection_Remove_GrapeCity_ActiveReports_Configuration_RenderingExtensionInfo_">Remove(RenderingExtensionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specific RenderingExtensionInfo from the RenderingExtensionsCollection.</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_RenderingExtensionInfoCollection_ContentChanged" data-uid="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.ContentChanged">
          <a class="xref" href="GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.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.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
