# GrapeCity.ActiveReports.Document.ParameterCollection

## Content

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



  <h1 id="GrapeCity_ActiveReports_Document_ParameterCollection" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection" class="text-break">ParameterCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of report parameters.</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">ParameterCollection</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.Document.Parameter.html">Parameter</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.Document.Parameter.html">Parameter</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.Document.Parameter.html">Parameter</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.Document.html">GrapeCity.ActiveReports.Document</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_ParameterCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ParameterCollection : IList&lt;Parameter&gt;, ICollection&lt;Parameter&gt;, IEnumerable&lt;Parameter&gt;, IEnumerable</code></pre>
  </div>
  <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_Document_ParameterCollection_Count" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection.Count">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.Count.html#GrapeCity_ActiveReports_Document_ParameterCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of parameters contained in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ParameterCollection_IsReadOnly" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection.IsReadOnly">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.IsReadOnly.html#GrapeCity_ActiveReports_Document_ParameterCollection_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.html">ParameterCollection</a> is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ParameterCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.Item.html#GrapeCity_ActiveReports_Document_ParameterCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.ActiveReports.Document.Parameter.html">Parameter</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ParameterCollection_Item_System_String_" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection.Item(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.Item.html#GrapeCity_ActiveReports_Document_ParameterCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Document.Parameter.html">Parameter</a> with the specified name.</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_Document_ParameterCollection_Add_GrapeCity_ActiveReports_Document_Parameter_" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection.Add(GrapeCity.ActiveReports.Document.Parameter)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.Add.html#GrapeCity_ActiveReports_Document_ParameterCollection_Add_GrapeCity_ActiveReports_Document_Parameter_">Add(Parameter)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.ActiveReports.Document.Parameter.html">Parameter</a> to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ParameterCollection_Clear" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection.Clear">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.Clear.html#GrapeCity_ActiveReports_Document_ParameterCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all items from the <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.html">ParameterCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ParameterCollection_Contains_GrapeCity_ActiveReports_Document_Parameter_" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection.Contains(GrapeCity.ActiveReports.Document.Parameter)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.Contains.html#GrapeCity_ActiveReports_Document_ParameterCollection_Contains_GrapeCity_ActiveReports_Document_Parameter_">Contains(Parameter)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.html">ParameterCollection</a> contains a specific value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ParameterCollection_Contains_System_String_" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection.Contains(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.Contains.html#GrapeCity_ActiveReports_Document_ParameterCollection_Contains_System_String_">Contains(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a parameter with the specified name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ParameterCollection_CopyTo_GrapeCity_ActiveReports_Document_Parameter___System_Int32_" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection.CopyTo(GrapeCity.ActiveReports.Document.Parameter[],System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.CopyTo.html#GrapeCity_ActiveReports_Document_ParameterCollection_CopyTo_GrapeCity_ActiveReports_Document_Parameter___System_Int32_">CopyTo(Parameter[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements of the <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.html">ParameterCollection</a> to an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a>, starting at a particular <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a> index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ParameterCollection_GetEnumerator" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection.GetEnumerator">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.GetEnumerator.html#GrapeCity_ActiveReports_Document_ParameterCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an enumerator that iterates through the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ParameterCollection_IndexOf_GrapeCity_ActiveReports_Document_Parameter_" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection.IndexOf(GrapeCity.ActiveReports.Document.Parameter)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.IndexOf.html#GrapeCity_ActiveReports_Document_ParameterCollection_IndexOf_GrapeCity_ActiveReports_Document_Parameter_">IndexOf(Parameter)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of a specific item in the <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.html">ParameterCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ParameterCollection_Insert_System_Int32_GrapeCity_ActiveReports_Document_Parameter_" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection.Insert(System.Int32,GrapeCity.ActiveReports.Document.Parameter)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.Insert.html#GrapeCity_ActiveReports_Document_ParameterCollection_Insert_System_Int32_GrapeCity_ActiveReports_Document_Parameter_">Insert(int, Parameter)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an item to the <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.html">ParameterCollection</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ParameterCollection_Remove_GrapeCity_ActiveReports_Document_Parameter_" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection.Remove(GrapeCity.ActiveReports.Document.Parameter)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.Remove.html#GrapeCity_ActiveReports_Document_ParameterCollection_Remove_GrapeCity_ActiveReports_Document_Parameter_">Remove(Parameter)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specific object from the <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.html">ParameterCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ParameterCollection_RemoveAt_System_Int32_" data-uid="GrapeCity.ActiveReports.Document.ParameterCollection.RemoveAt(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ParameterCollection.RemoveAt.html#GrapeCity_ActiveReports_Document_ParameterCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the element at the specified index.</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>
