ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ActionType Enumeration

In This Topic
    ActionType Enumeration
    In This Topic
    Specifies possible action type
    Syntax
    'Declaration
     
    Public Enum ActionType 
       Inherits System.Enum
    public enum ActionType : System.Enum 
    Members
    MemberDescription
    ApplyParametersApply parameters action.
    BookmarkLinkBookmark link.
    DrillThroughDrill through.
    HyperLinkHyperlink.
    NoneNo action.
    SliceSlice data action.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.ActionType

    See Also