ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Interactivity Namespace / ActionKey Structure / Explicit Type Conversion Operator
String which contains textual representation of ActionKey

In This Topic
    Explicit Type Conversion Operator (ActionKey)
    In This Topic
    Converts string to ActionKey.
    Syntax
    'Declaration
     
    Public Operator Narrowing CType( _
       ByVal s As String _
    ) As ActionKey
    public ActionKey operator explicit( 
       string s
    )

    Parameters

    s
    String which contains textual representation of ActionKey
    See Also