ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlInt Class / Implicit Type Conversion Operator / Implicit Type Conversion(Int32,RdlInt) Operator
An RdlInt to convert.

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

    Parameters

    value
    An RdlInt to convert.

    Return Value

    The integer value if value contains a constant, 0 otherwise.
    See Also