ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / ReportSize Class / Implicit Type Conversion Operator / Implicit Type Conversion(String,ReportSize) Operator
The size to convert.

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

    Parameters

    value
    The size to convert.

    Return Value

    The string representing the size.
    See Also