[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ActionKey

ActionKey Struct

Defines a unique identifier for an interactive element clicked by the user.

Implements
Namespace: GrapeCity.ActiveReports.Document
Assembly: MESCIUS.ActiveReports.dll
Syntax
[TypeConverter(typeof(ActionKey.ActionKeyConverter))]
public struct ActionKey : IEquatable<ActionKey>

Constructors

Name Description
ActionKey(string, ActionKind, string)

Initializes a new instance of the ActionKey struct.

Fields

Name Description
Null

Represents a null or empty action key.

Properties

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.

Methods

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.

Operators

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.

Extension Methods