# GrapeCity.ActiveReports.Viewer.Win.ParametersPanel

## Content

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



  <h1 id="GrapeCity_ActiveReports_Viewer_Win_ParametersPanel" data-uid="GrapeCity.ActiveReports.Viewer.Win.ParametersPanel" class="text-break">ParametersPanel Class
</h1>
  <div class="markdown level0 summary"><p>Represents the parameters panel within the ActiveReports Viewer.</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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.SidebarPanel.html">SidebarPanel</a></div>
    <div class="level4"><span class="xref">ParametersPanel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</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.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_ParametersPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(LabelStubConverter&lt;ParametersPanel&gt;))]
public sealed class ParametersPanel : SidebarPanel, IComponent, IDisposable</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_ParametersPanel_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The parameters panel facilitates user interaction with report parameters. It provides a user interface for entering and adjusting parameters
that affect the report's data and presentation. This class manages the visibility, state, and interactions of the parameters panel, ensuring
that users can effectively customize their report views according to specific criteria.</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_ActiveReports_Viewer_Win_ParametersPanel_EnabledRuntime" data-uid="GrapeCity.ActiveReports.Viewer.Win.ParametersPanel.EnabledRuntime">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ParametersPanel.EnabledRuntime.html#GrapeCity_ActiveReports_Viewer_Win_ParametersPanel_EnabledRuntime">EnabledRuntime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ParametersPanel.html">ParametersPanel</a> is enabled at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_ParametersPanel_Text" data-uid="GrapeCity.ActiveReports.Viewer.Win.ParametersPanel.Text">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ParametersPanel.Text.html#GrapeCity_ActiveReports_Viewer_Win_ParametersPanel_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption text of the parameters panel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_ParametersPanel_VisibleRuntime" data-uid="GrapeCity.ActiveReports.Viewer.Win.ParametersPanel.VisibleRuntime">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ParametersPanel.VisibleRuntime.html#GrapeCity_ActiveReports_Viewer_Win_ParametersPanel_VisibleRuntime">VisibleRuntime</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden. Gets or sets a value indicating whether this <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ParametersPanel.html">ParametersPanel</a> is visible at runtime.</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_Viewer_Win_ParametersPanel_Refresh" data-uid="GrapeCity.ActiveReports.Viewer.Win.ParametersPanel.Refresh">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ParametersPanel.Refresh.html#GrapeCity_ActiveReports_Viewer_Win_ParametersPanel_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Refreshes the Parameters panel, ensuring it displays the most current parameter values and options.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
