ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / SlicerKey Structure / SlicerKey Constructor
The name of the slicer.

In This Topic
    SlicerKey Constructor
    In This Topic
    Represents a unique identifier for a slicer within a data tree.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal Name As String _
    )
    public SlicerKey( 
       string Name
    )

    Parameters

    Name
    The name of the slicer.
    See Also