# GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection

## Content

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



  <h1 id="GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection" data-uid="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection" class="text-break">ParameterValueCollection Class
</h1>
  <div class="markdown level0 summary"><p>A Collection of ParameterValue 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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">ParameterValueCollection</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.Core.Rendering.ReportParameters.html">GrapeCity.ActiveReports.Core.Rendering.ReportParameters</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ParameterValueCollection : 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_Core_Rendering_ReportParameters_ParameterValueCollection__ctor" data-uid="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.-ctor.html#GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection__ctor">ParameterValueCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the ParameterValueCollection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection__ctor_System_Boolean_" data-uid="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.#ctor(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.-ctor.html#GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection__ctor_System_Boolean_">ParameterValueCollection(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the ParameterValueCollection.</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_Core_Rendering_ReportParameters_ParameterValueCollection_IsReadOnly" data-uid="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.IsReadOnly">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.IsReadOnly.html#GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets if the collection is readonly.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.Item.html#GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ParameterValue by 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_Core_Rendering_ReportParameters_ParameterValueCollection_Add_GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValue_" data-uid="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.Add(GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValue)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.Add.html#GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_Add_GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValue_">Add(ParameterValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds ParameterValue item to this collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_AddRange_GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValue___" data-uid="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.AddRange(GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValue[])">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.AddRange.html#GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_AddRange_GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValue___">AddRange(ParameterValue[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an array of ParameterValue items to this collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_Clear" data-uid="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.Clear">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.Clear.html#GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clear the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_Contains_GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValue_" data-uid="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.Contains(GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValue)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.Contains.html#GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_Contains_GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValue_">Contains(ParameterValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if a ParameterValue is in this collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_CopyTo_GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValue___System_Int32_" data-uid="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.CopyTo(GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValue[],System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.CopyTo.html#GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_CopyTo_GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValue___System_Int32_">CopyTo(ParameterValue[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies this collection of ParameterValue items to the array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_Remove_GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValue_" data-uid="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.Remove(GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValue)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.Remove.html#GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValueCollection_Remove_GrapeCity_ActiveReports_Core_Rendering_ReportParameters_ParameterValue_">Remove(ParameterValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the ParameterValue from this collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
