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

In This Topic
    Implicit Type Conversion(ChartCustomPaletteColor,RdlColor) Operator
    In This Topic
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As RdlColor _
    ) As ChartCustomPaletteColor
    public ChartCustomPaletteColor operator implicit( 
       RdlColor value
    )

    Parameters

    value
    The C1.C1Rdl.RdlColor to convert.

    Return Value

    The string representing the current object.
    See Also