Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlObject Class / Implicit Type Conversion Operator / Implicit Type Conversion(String,RdlObject) Operator
The RdlObject to convert.

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

    Parameters

    value
    The RdlObject to convert.

    Return Value

    The string representing the converted object.
    See Also