# GrapeCity.ActiveReports.Viewer.Win.Sidebar.ParametersPanel

## Content

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



<h1 id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_ParametersPanel_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.ParametersPanel*">ParametersPanel Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_ParametersPanel_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.ParametersPanel*"></a>
<h4 id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_ParametersPanel" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.ParametersPanel">ParametersPanel</h4>
<div class="markdown level1 summary"><p>Provides access to the parameters panel within the ActiveReports Viewer.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ParametersPanel ParametersPanel { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ParametersPanel.html">ParametersPanel</a></td>
      <td><p>An instance of <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Sidebar.ParametersPanel.html#GrapeCity_ActiveReports_Viewer_Win_Sidebar_ParametersPanel">ParametersPanel</a> that represents the user interface for managing report parameters within the ActiveReports Viewer.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_ParametersPanel_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The parameters panel allows users to input or select values for report parameters, facilitating dynamic report generation based on user input.
This property enables developers to programmatically access and manipulate the parameters panel to customize its functionality or appearance
according to specific requirements.</p>
</div>
</div>
