ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / SlicerKey Structure / Implicit Type Conversion Operator
The string representation of the slicer key.

In This Topic
    Implicit Type Conversion Operator (SlicerKey)
    In This Topic
    Implicitly creates a new SlicerKey instance from a string.
    Syntax
    'Declaration
     
    Public Operator Widening CType( _
       ByVal slicerString As String _
    ) As SlicerKey
    public SlicerKey operator implicit( 
       string slicerString
    )

    Parameters

    slicerString
    The string representation of the slicer key.
    See Also