# GrapeCity.Viewer.Common.Model.Interactivity.IAction

## Content

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



  <h1 id="GrapeCity_Viewer_Common_Model_Interactivity_IAction" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.IAction" class="text-break">IAction Interface
</h1>
  <div class="markdown level0 summary"><p>Defines a contract for actions that can be performed on report items.</p>
</div>
  <div class="markdown level0 conceptual"></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_IAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAction</code></pre>
  </div>
  <h5 id="GrapeCity_Viewer_Common_Model_Interactivity_IAction_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Implementations of this interface represent different types of actions that can be associated with report items, such as navigating to a URL,
jumping to a bookmark within the report, executing a drillthrough report, or applying report parameters. These actions are typically triggered
by user interactions with the report content.</p>
</div>

</div>
