Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / ReportSize Class / ReportSize Constructor / ReportSize Constructor(String)
The string representation of the size.

In This Topic
    ReportSize Constructor(String)
    In This Topic
    Initializes a new instance of the ReportSize type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal s As String _
    )
    public ReportSize( 
       string s
    )

    Parameters

    s
    The string representation of the size.
    Remarks
    An exception is thrown if s does not represent a valid size.
    See Also