ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / SliceType Enumeration

In This Topic
    SliceType Enumeration
    In This Topic
    Slice types.
    Syntax
    'Declaration
     
    Public Enum SliceType 
       Inherits System.Enum
    public enum SliceType : System.Enum 
    Members
    MemberDescription
    ResetReturns slicer to it's initial (default) value. See ReportSlicer.DefaultValue.
    SetSets the slicer value.
    ToggleAdds/removes value to/from multi-value slicer.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.SliceType

    See Also