# GrapeCity.ActiveReports.Viewer.Win.ReportParameter

## Content

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



  <h1 id="GrapeCity_ActiveReports_Viewer_Win_ReportParameter" data-uid="GrapeCity.ActiveReports.Viewer.Win.ReportParameter" class="text-break">ReportParameter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a report parameter, which is a name and a list of values pair.</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">ReportParameter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Viewer.Common.IParameter.html">IParameter</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.html">GrapeCity.ActiveReports.Viewer.Win</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_ReportParameter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ReportParameter : IParameter</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_Viewer_Win_ReportParameter__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Viewer.Win.ReportParameter.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ReportParameter.-ctor.html#GrapeCity_ActiveReports_Viewer_Win_ReportParameter__ctor_System_String_">ReportParameter(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ReportParameter.html">ReportParameter</a> class without any values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_ReportParameter__ctor_System_String_System_Collections_Generic_ICollection_System_Object__" data-uid="GrapeCity.ActiveReports.Viewer.Win.ReportParameter.#ctor(System.String,System.Collections.Generic.ICollection{System.Object})">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ReportParameter.-ctor.html#GrapeCity_ActiveReports_Viewer_Win_ReportParameter__ctor_System_String_System_Collections_Generic_ICollection_System_Object__">ReportParameter(string, ICollection&lt;object&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ReportParameter.html">ReportParameter</a> class with multiple values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_ReportParameter__ctor_System_String_System_Object_" data-uid="GrapeCity.ActiveReports.Viewer.Win.ReportParameter.#ctor(System.String,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ReportParameter.-ctor.html#GrapeCity_ActiveReports_Viewer_Win_ReportParameter__ctor_System_String_System_Object_">ReportParameter(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ReportParameter.html">ReportParameter</a> class with a single value.</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_Viewer_Win_ReportParameter_Name" data-uid="GrapeCity.ActiveReports.Viewer.Win.ReportParameter.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ReportParameter.Name.html#GrapeCity_ActiveReports_Viewer_Win_ReportParameter_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the report parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_ReportParameter_Values" data-uid="GrapeCity.ActiveReports.Viewer.Win.ReportParameter.Values">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ReportParameter.Values.html#GrapeCity_ActiveReports_Viewer_Win_ReportParameter_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of zero or more values for the report parameter.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
