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

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

    Parameters

    value
    The RdlSize to convert.

    Return Value

    A ReportSize if RdlSize contains a constant, or null.
    See Also