[]
Defines a unique identifier for an interactive element clicked by the user.
[TypeConverter(typeof(ActionKey.ActionKeyConverter))]
public struct ActionKey : IEquatable<ActionKey>
| Name | Description |
|---|---|
| ActionKey(string, ActionKind, string) | Initializes a new instance of the ActionKey struct. |
| Name | Description |
|---|---|
| Null | Represents a null or empty action key. |
| Name | Description |
|---|---|
| ActionData | Gets additional data associated with the action (e.g., slicer values). |
| ItemKey | Gets the identifier of the report item associated with this action. |
| Kind | Gets the kind of action. |
| Name | Description |
|---|---|
| Equals(ActionKey) | Determines whether the specified ActionKey is equal to the current ActionKey. |
| Equals(object) | Determines whether the specified object is equal to the current ActionKey instance. |
| GetHashCode() | Returns the hash code for this instance. |
| ToString() | Returns the string representation of the ActionKey. |
| Name | Description |
|---|---|
| operator ==(ActionKey, ActionKey) | Determines whether two specified instances of ActionKey are equal. |
| explicit operator ActionKey(string) | Converts a string representation to an ActionKey. |
| operator !=(ActionKey, ActionKey) | Determines whether two specified instances of ActionKey are not equal. |