ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / ReportItemKey Structure / Explicit Type Conversion Operator

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

    Parameters

    s
    See Also