# GrapeCity.ActiveReports.Blazor.Viewer.ParameterValue

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Viewer_ParameterValue" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ParameterValue" class="text-break">ParameterValue Class
</h1>
  <div class="markdown level0 summary"><p>Represents a specific value for a report parameter.</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">ParameterValue</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.html">GrapeCity.ActiveReports.Blazor.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_ParameterValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ParameterValue</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_ParameterValue_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <code>ParameterValue</code> class defines a value that can be assigned to a report parameter, including a label and the actual value.</p>
</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_Blazor_Viewer_ParameterValue__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ParameterValue.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ParameterValue.-ctor.html#GrapeCity_ActiveReports_Blazor_Viewer_ParameterValue__ctor">ParameterValue()</a>
        </td>
        <td class="markdown level1 summary"></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_Blazor_Viewer_ParameterValue_Label" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ParameterValue.Label">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ParameterValue.Label.html#GrapeCity_ActiveReports_Blazor_Viewer_ParameterValue_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label associated with the parameter value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ParameterValue_Value" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ParameterValue.Value">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ParameterValue.Value.html#GrapeCity_ActiveReports_Blazor_Viewer_ParameterValue_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the actual value of the parameter.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
