Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlSize Class / RdlSize Constructor / RdlSize Constructor(ReportSize)
The ReportSize constant.

In This Topic
    RdlSize Constructor(ReportSize)
    In This Topic
    Initializes a new instance of the RdlSize class with a ReportSize value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As ReportSize _
    )
    public RdlSize( 
       ReportSize value
    )

    Parameters

    value
    The ReportSize constant.
    See Also