Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / ReportSize Class / ReportSizeTypeToString Method
A C1.C1Preview.UnitTypeEnum to convert.

In This Topic
    ReportSizeTypeToString Method
    In This Topic
    Converts a ReportSizeType value to a string representation as in the following table:
    • Inch"in"
    • Millimeter"mm"
    • Point"pt"
    • Centemeters"cm"
    Syntax
    'Declaration
     
    Public Shared Function ReportSizeTypeToString( _
       ByVal units As ReportSizeType _
    ) As String
    public static string ReportSizeTypeToString( 
       ReportSizeType units
    )

    Parameters

    units
    A C1.C1Preview.UnitTypeEnum to convert.

    Return Value

    The string representing units.
    See Also