Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / ReportSize Class / ReportSize Constructor / ReportSize Constructor(ReportSizeType,Double)
The size unit used by value.
The size value, in reportSizeType units.

In This Topic
    ReportSize Constructor(ReportSizeType,Double)
    In This Topic
    Initializes a new instance of the ReportSize type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal reportSizeType As ReportSizeType, _
       ByVal value As Double _
    )
    public ReportSize( 
       ReportSizeType reportSizeType,
       double value
    )

    Parameters

    reportSizeType
    The size unit used by value.
    value
    The size value, in reportSizeType units.
    See Also