Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlSize Class / RdlSize Constructor / RdlSize Constructor(ReportSizeType,Double)
Unit of measurement used by value.
Value, specified in unit units.

In This Topic
    RdlSize Constructor(ReportSizeType,Double)
    In This Topic
    Initializes a new instance of the RdlSize class with a constant value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal unit As ReportSizeType, _
       ByVal value As Double _
    )
    public RdlSize( 
       ReportSizeType unit,
       double value
    )

    Parameters

    unit
    Unit of measurement used by value.
    value
    Value, specified in unit units.
    See Also