# GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey

## Content

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



  <h1 id="GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey" data-uid="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey" class="text-break">ActionKey Struct
</h1>
  <div class="markdown level0 summary"><p>Defines unique identifier of interactive element clicked by user during interactive preview.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.html">ActionKey</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Interactivity.html">GrapeCity.ActiveReports.Core.Rendering.Interactivity</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ActionKey.ActionKeyConverter))]
public struct ActionKey : IEquatable&lt;ActionKey&gt;</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey_Kind" data-uid="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.Kind">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.Kind.html">Kind</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey_Null" data-uid="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.Null">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.Null.html">Null</a>
        </td>
        <td class="markdown level1 summary"></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_Core_Rendering_Interactivity_ActionKey_Equals_GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey_" data-uid="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.Equals(GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.Equals.html#GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey_Equals_GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey_">Equals(ActionKey)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether the given ActionKey equals to this.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.Equals.html#GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether the given object equals to this.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey_GetHashCode" data-uid="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.GetHashCode.html#GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets ActionKey hash code.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey_ToString" data-uid="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.ToString.html#GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets string representation of ActionKey.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey_op_Explicit_System_String__GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey" data-uid="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.op_Explicit(System.String)~GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.op_Explicit.html#GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey_op_Explicit_System_String__GrapeCity_ActiveReports_Core_Rendering_Interactivity_ActionKey">explicit operator ActionKey(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts string to ActionKey.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
