# GrapeCity.ActiveReports.Document.PageDocument.ApplyInteractivity

## Content

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



<h1 id="GrapeCity_ActiveReports_Document_PageDocument_ApplyInteractivity_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.ApplyInteractivity*">ApplyInteractivity Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Document_PageDocument_ApplyInteractivity_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.ApplyInteractivity*"></a>
<h4 id="GrapeCity_ActiveReports_Document_PageDocument_ApplyInteractivity_GrapeCity_ActiveReports_Document_InteractiveActions_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.ApplyInteractivity(GrapeCity.ActiveReports.Document.InteractiveActions)">ApplyInteractivity(InteractiveActions)</h4>
<div class="markdown level1 summary"><p>Applies interactive actions to the report instance the next time it is rendered.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ApplyInteractivity(InteractiveActions actions)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Document.InteractiveActions.html">InteractiveActions</a></td>
      <td><span class="parametername">actions</span></td>
      <td><p>The <a class="xref" href="GrapeCity.ActiveReports.Document.InteractiveActions.html">InteractiveActions</a> to be applied (e.g. toggle, sort).</p>
</td>
    </tr>
  </tbody>
</table>
</div>
