ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / SlicerState Structure / SlicerState Constructor

In This Topic
    SlicerState Constructor
    In This Topic
    Describes state of the specific slicer.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal Key As SlicerKey, _
       ByVal Value As Variant _
    )
    public SlicerState( 
       SlicerKey Key,
       Variant Value
    )

    Parameters

    Key
    Value
    See Also