# GrapeCity.ActiveReports.Document.ActionKey

## Content

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



  <h1 id="GrapeCity_ActiveReports_Document_ActionKey" data-uid="GrapeCity.ActiveReports.Document.ActionKey" class="text-break">ActionKey Struct
</h1>
  <div class="markdown level0 summary"><p>Defines a unique identifier for an interactive element clicked by the user.</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.Document.ActionKey.html">ActionKey</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.html">GrapeCity.ActiveReports.Document</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_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="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_ActiveReports_Document_ActionKey__ctor_System_String_GrapeCity_ActiveReports_Document_ActionKind_System_String_" data-uid="GrapeCity.ActiveReports.Document.ActionKey.#ctor(System.String,GrapeCity.ActiveReports.Document.ActionKind,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.-ctor.html#GrapeCity_ActiveReports_Document_ActionKey__ctor_System_String_GrapeCity_ActiveReports_Document_ActionKind_System_String_">ActionKey(string, ActionKind, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.html">ActionKey</a> struct.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Document_ActionKey_Null" data-uid="GrapeCity.ActiveReports.Document.ActionKey.Null">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.Null.html">Null</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a null or empty action key.</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_ActiveReports_Document_ActionKey_ActionData" data-uid="GrapeCity.ActiveReports.Document.ActionKey.ActionData">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.ActionData.html#GrapeCity_ActiveReports_Document_ActionKey_ActionData">ActionData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets additional data associated with the action (e.g., slicer values).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ActionKey_ItemKey" data-uid="GrapeCity.ActiveReports.Document.ActionKey.ItemKey">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.ItemKey.html#GrapeCity_ActiveReports_Document_ActionKey_ItemKey">ItemKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the identifier of the report item associated with this action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ActionKey_Kind" data-uid="GrapeCity.ActiveReports.Document.ActionKey.Kind">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.Kind.html#GrapeCity_ActiveReports_Document_ActionKey_Kind">Kind</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the kind of action.</p>
</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_Document_ActionKey_Equals_GrapeCity_ActiveReports_Document_ActionKey_" data-uid="GrapeCity.ActiveReports.Document.ActionKey.Equals(GrapeCity.ActiveReports.Document.ActionKey)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.Equals.html#GrapeCity_ActiveReports_Document_ActionKey_Equals_GrapeCity_ActiveReports_Document_ActionKey_">Equals(ActionKey)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.html">ActionKey</a> is equal to the current <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.html">ActionKey</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ActionKey_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Document.ActionKey.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.Equals.html#GrapeCity_ActiveReports_Document_ActionKey_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified object is equal to the current <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.html">ActionKey</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ActionKey_GetHashCode" data-uid="GrapeCity.ActiveReports.Document.ActionKey.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.GetHashCode.html#GrapeCity_ActiveReports_Document_ActionKey_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the hash code for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ActionKey_ToString" data-uid="GrapeCity.ActiveReports.Document.ActionKey.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.ToString.html#GrapeCity_ActiveReports_Document_ActionKey_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the string representation of the <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.html">ActionKey</a>.</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_Document_ActionKey_op_Equality_GrapeCity_ActiveReports_Document_ActionKey_GrapeCity_ActiveReports_Document_ActionKey_" data-uid="GrapeCity.ActiveReports.Document.ActionKey.op_Equality(GrapeCity.ActiveReports.Document.ActionKey,GrapeCity.ActiveReports.Document.ActionKey)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.op_Equality.html#GrapeCity_ActiveReports_Document_ActionKey_op_Equality_GrapeCity_ActiveReports_Document_ActionKey_GrapeCity_ActiveReports_Document_ActionKey_">operator ==(ActionKey, ActionKey)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether two specified instances of <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.html">ActionKey</a> are equal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ActionKey_op_Explicit_System_String__GrapeCity_ActiveReports_Document_ActionKey" data-uid="GrapeCity.ActiveReports.Document.ActionKey.op_Explicit(System.String)~GrapeCity.ActiveReports.Document.ActionKey">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.op_Explicit.html#GrapeCity_ActiveReports_Document_ActionKey_op_Explicit_System_String__GrapeCity_ActiveReports_Document_ActionKey">explicit operator ActionKey(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a string representation to an <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.html">ActionKey</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_ActionKey_op_Inequality_GrapeCity_ActiveReports_Document_ActionKey_GrapeCity_ActiveReports_Document_ActionKey_" data-uid="GrapeCity.ActiveReports.Document.ActionKey.op_Inequality(GrapeCity.ActiveReports.Document.ActionKey,GrapeCity.ActiveReports.Document.ActionKey)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.op_Inequality.html#GrapeCity_ActiveReports_Document_ActionKey_op_Inequality_GrapeCity_ActiveReports_Document_ActionKey_GrapeCity_ActiveReports_Document_ActionKey_">operator !=(ActionKey, ActionKey)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether two specified instances of <a class="xref" href="GrapeCity.ActiveReports.Document.ActionKey.html">ActionKey</a> are not equal.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;TObject&gt;(TObject)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;TObject&gt;(TObject, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
