Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlInt Class / Implicit Type Conversion Operator / Implicit Type Conversion(RdlInt,Int32) Operator
An integer to convert.

In This Topic
    Implicit Type Conversion(RdlInt,Int32) Operator
    In This Topic
    Converts an integer to an RdlInt object.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As Integer _
    ) As RdlInt
    public RdlInt operator implicit( 
       int value
    )

    Parameters

    value
    An integer to convert.

    Return Value

    The RdlInt representing the converted value.
    See Also