Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlBool Class / Implicit Type Conversion Operator / Implicit Type Conversion(RdlBool,Boolean) Operator
A Boolean value to convert.

In This Topic
    Implicit Type Conversion(RdlBool,Boolean) Operator
    In This Topic
    Converts a Boolean to an RdlBool.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As Boolean _
    ) As RdlBool
    public RdlBool operator implicit( 
       bool value
    )

    Parameters

    value
    A Boolean value to convert.

    Return Value

    The RdlBool representing the converted value.
    See Also