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

In This Topic
    SliceActionType Enumeration
    In This Topic
    Slice action types.
    Syntax
    'Declaration
     
    Public Enum SliceActionType 
       Inherits System.Enum
    public enum SliceActionType : System.Enum 
    Members
    MemberDescription
    ResetResets the slicer to its initial state.
    SetSet specific value to the slicer.
    ToggleAdd or remove specific value to the values collection of the multivalue slicer.
    Inheritance Hierarchy

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

    See Also