# GrapeCity.ActiveReports.PageReportModel.ReportItemCollection

## Content

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



  <h1 id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection" class="text-break">ReportItemCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a strongly typed collection of <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> objects.</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">ReportItemCollection</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.generic.ilist-1">IList</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</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.PageReportModel.ReportItem.html">ReportItem</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.PageReportModel.ReportItem.html">ReportItem</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.PageReportModel.html">GrapeCity.ActiveReports.PageReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
  <h5 id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportItemCollection : IList, ICollection, IList&lt;ReportItem&gt;, ICollection&lt;ReportItem&gt;, IEnumerable&lt;ReportItem&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_PageReportModel_ReportItemCollection__ctor" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.-ctor.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection__ctor">ReportItemCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection__ctor_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_PageReportModel_ReportItem__" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.#ctor(System.Collections.Generic.IEnumerable{GrapeCity.ActiveReports.PageReportModel.ReportItem})">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.-ctor.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection__ctor_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_PageReportModel_ReportItem__">ReportItemCollection(IEnumerable&lt;ReportItem&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a> using the specified items.</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_PageReportModel_ReportItemCollection_Count" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Count">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Count.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> objects in the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_IsFixedSize" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.IsFixedSize">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.IsFixedSize.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_IsFixedSize">IsFixedSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a> has a fixed size.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_IsReadOnly" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.IsReadOnly">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.IsReadOnly.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a> is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_IsSynchronized" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.IsSynchronized">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.IsSynchronized.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_IsSynchronized">IsSynchronized</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether access to the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a> is synchronized (thread safe).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Item.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a specific <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> object in the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a> by position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_Item_System_String_" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Item(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Item.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> object using the specified name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_SyncRoot" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.SyncRoot">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.SyncRoot.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_SyncRoot">SyncRoot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that can be used to synchronize access to the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a>.</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_PageReportModel_ReportItemCollection_Add_GrapeCity_ActiveReports_PageReportModel_ReportItem_" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Add(GrapeCity.ActiveReports.PageReportModel.ReportItem)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Add.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_Add_GrapeCity_ActiveReports_PageReportModel_ReportItem_">Add(ReportItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> object to the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_AddRange_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_PageReportModel_ReportItem__" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.AddRange(System.Collections.Generic.IEnumerable{GrapeCity.ActiveReports.PageReportModel.ReportItem})">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.AddRange.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_AddRange_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_PageReportModel_ReportItem__">AddRange(IEnumerable&lt;ReportItem&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a collection of <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> objects to the existing <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_Clear" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Clear">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Clear.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all items from the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_Contains_GrapeCity_ActiveReports_PageReportModel_ReportItem_" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Contains(GrapeCity.ActiveReports.PageReportModel.ReportItem)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Contains.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_Contains_GrapeCity_ActiveReports_PageReportModel_ReportItem_">Contains(ReportItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a> contains the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_CopyTo_GrapeCity_ActiveReports_PageReportModel_ReportItem___System_Int32_" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.CopyTo(GrapeCity.ActiveReports.PageReportModel.ReportItem[],System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.CopyTo.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_CopyTo_GrapeCity_ActiveReports_PageReportModel_ReportItem___System_Int32_">CopyTo(ReportItem[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the objects in the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a> to a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> array, starting at the specified array index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_CopyTo_System_Array_System_Int32_" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.CopyTo(System.Array,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.CopyTo.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_CopyTo_System_Array_System_Int32_">CopyTo(Array, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the objects in the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a> to an array, starting at the specified array index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_GetEnumerator" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.GetEnumerator">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.GetEnumerator.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an enumerator that iterates through the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_IndexOf_GrapeCity_ActiveReports_PageReportModel_ReportItem_" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.IndexOf(GrapeCity.ActiveReports.PageReportModel.ReportItem)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.IndexOf.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_IndexOf_GrapeCity_ActiveReports_PageReportModel_ReportItem_">IndexOf(ReportItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of a specific <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> object in the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_Insert_System_Int32_GrapeCity_ActiveReports_PageReportModel_ReportItem_" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Insert(System.Int32,GrapeCity.ActiveReports.PageReportModel.ReportItem)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Insert.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_Insert_System_Int32_GrapeCity_ActiveReports_PageReportModel_ReportItem_">Insert(int, ReportItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> into the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a> at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_OnItemAdded_GrapeCity_ActiveReports_PageReportModel_ReportItemCollectionEventArgs_" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.OnItemAdded(GrapeCity.ActiveReports.PageReportModel.ReportItemCollectionEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.OnItemAdded.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_OnItemAdded_GrapeCity_ActiveReports_PageReportModel_ReportItemCollectionEventArgs_">OnItemAdded(ReportItemCollectionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.ItemAdded.html">ItemAdded</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_OnItemRemoved_GrapeCity_ActiveReports_PageReportModel_ReportItemCollectionEventArgs_" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.OnItemRemoved(GrapeCity.ActiveReports.PageReportModel.ReportItemCollectionEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.OnItemRemoved.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_OnItemRemoved_GrapeCity_ActiveReports_PageReportModel_ReportItemCollectionEventArgs_">OnItemRemoved(ReportItemCollectionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.ItemRemoved.html">ItemRemoved</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_Remove_GrapeCity_ActiveReports_PageReportModel_ReportItem_" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Remove(GrapeCity.ActiveReports.PageReportModel.ReportItem)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Remove.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_Remove_GrapeCity_ActiveReports_PageReportModel_ReportItem_">Remove(ReportItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> object from the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_RemoveAt_System_Int32_" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.RemoveAt(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.RemoveAt.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> object from the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_ToArray" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.ToArray">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.ToArray.html#GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_ToArray">ToArray()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.html">ReportItemCollection</a> to a new array.</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_PageReportModel_ReportItemCollection_ItemAdded" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.ItemAdded">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.ItemAdded.html">ItemAdded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs immediately after adding an item to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItemCollection_ItemRemoved" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.ItemRemoved">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.ItemRemoved.html">ItemRemoved</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs immediately after removing an item from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.CollectionExtensions.AddRange.html#GrapeCity_ActiveReports_Rdl_Tools_CollectionExtensions_AddRange__2___0_System_Collections_Generic_IEnumerable___1__">CollectionExtensions.AddRange&lt;TCollection, TItem&gt;(TCollection, IEnumerable&lt;TItem&gt;)</a>
  </div>

</div>
