Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / ReportSize Class / ReportSizeTypeToUnit Method
The ReportSizeType value to convert.

In This Topic
    ReportSizeTypeToUnit Method
    In This Topic
    Converts a ReportSizeType value to the corresponding C1.C1Preview.UnitTypeEnum value.
    Syntax
    'Declaration
     
    Public Shared Function ReportSizeTypeToUnit( _
       ByVal reportSizeType As ReportSizeType _
    ) As UnitTypeEnum
    public static UnitTypeEnum ReportSizeTypeToUnit( 
       ReportSizeType reportSizeType
    )

    Parameters

    reportSizeType
    The ReportSizeType value to convert.

    Return Value

    The corresponding C1.C1Preview.UnitTypeEnum value.
    See Also