Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / ReportSize Class / Parse Method
A string to convert.

In This Topic
    Parse Method (ReportSize)
    In This Topic
    Converts a string to the corresponding ReportSizeType value.
    Syntax
    'Declaration
     
    Public Shared Function Parse( _
       ByVal s As String _
    ) As ReportSize
    public static ReportSize Parse( 
       string s
    )

    Parameters

    s
    A string to convert.

    Return Value

    A ReportSize representing the size specified by s.
    See Also