MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Interactivity Namespace / ActionKind Enumeration

ActionKind Enumeration
Specifies the kind of action that can be performed.
Syntax
'Declaration
 
Public Enum ActionKind 
   Inherits System.Enum
 
Members
MemberDescription
None 
Slice 
Sort 
Toggle 
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKind

See Also