[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey

ActionKey Struct

Defines unique identifier of interactive element clicked by user during interactive preview.

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

Fields

Name Description
Kind
Null

Methods

Name Description
Equals(ActionKey)

Checks whether the given ActionKey equals to this.

Equals(object)

Checks whether the given object equals to this.

GetHashCode()

Gets ActionKey hash code.

ToString()

Gets string representation of ActionKey.

Operators

Name Description
explicit operator ActionKey(string)

Converts string to ActionKey.

Extension Methods