# GrapeCity.Viewer.Common.IParameter

## Content

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



  <h1 id="GrapeCity_Viewer_Common_IParameter" data-uid="GrapeCity.Viewer.Common.IParameter" class="text-break">IParameter Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a contract for defining report parameters.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Viewer.Common.html">GrapeCity.Viewer.Common</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_Viewer_Common_IParameter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IParameter</code></pre>
  </div>
  <h5 id="GrapeCity_Viewer_Common_IParameter_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This interface is used to abstract the details of report parameters, allowing for the specification of both the parameter name
and its associated values.</p>
</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_Viewer_Common_IParameter_Name" data-uid="GrapeCity.Viewer.Common.IParameter.Name">
          <a class="xref" href="GrapeCity.Viewer.Common.IParameter.Name.html#GrapeCity_Viewer_Common_IParameter_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the report parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_IParameter_Values" data-uid="GrapeCity.Viewer.Common.IParameter.Values">
          <a class="xref" href="GrapeCity.Viewer.Common.IParameter.Values.html#GrapeCity_Viewer_Common_IParameter_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>
