# GrapeCity.Viewer.Common.Model.Interactivity.ApplyParametersAction

## Content

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



  <h1 id="GrapeCity_Viewer_Common_Model_Interactivity_ApplyParametersAction" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.ApplyParametersAction" class="text-break">ApplyParametersAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents an action that applies a set of parameters to the report when executed.</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">ApplyParametersAction</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.IAction.html">IAction</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.html">GrapeCity.Viewer.Common.Model.Interactivity</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_Viewer_Common_Model_Interactivity_ApplyParametersAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ApplyParametersAction : IAction</code></pre>
  </div>
  <h5 id="GrapeCity_Viewer_Common_Model_Interactivity_ApplyParametersAction_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This action is useful for dynamically modifying the report's data or appearance based on user input or other criteria. Parameters can control
various aspects of the report, such as filtering data, changing styles, or setting values used in calculations.</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_Viewer_Common_Model_Interactivity_ApplyParametersAction__ctor_System_Collections_Generic_IEnumerable_GrapeCity_Viewer_Common_IParameter__System_String_" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.ApplyParametersAction.#ctor(System.Collections.Generic.IEnumerable{GrapeCity.Viewer.Common.IParameter},System.String)">
          <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.ApplyParametersAction.-ctor.html#GrapeCity_Viewer_Common_Model_Interactivity_ApplyParametersAction__ctor_System_Collections_Generic_IEnumerable_GrapeCity_Viewer_Common_IParameter__System_String_">ApplyParametersAction(IEnumerable&lt;IParameter&gt;, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.ApplyParametersAction.html">ApplyParametersAction</a> class, specifying the parameters to be applied.</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_Viewer_Common_Model_Interactivity_ApplyParametersAction_Parameters" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.ApplyParametersAction.Parameters">
          <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.ApplyParametersAction.Parameters.html#GrapeCity_Viewer_Common_Model_Interactivity_ApplyParametersAction_Parameters">Parameters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of parameters to be applied to the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_Model_Interactivity_ApplyParametersAction_TargetBookmark" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.ApplyParametersAction.TargetBookmark">
          <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.ApplyParametersAction.TargetBookmark.html#GrapeCity_Viewer_Common_Model_Interactivity_ApplyParametersAction_TargetBookmark">TargetBookmark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bookmark link to navigate to after parameters are applied.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
