FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs.RplReader.Recs Namespace / RplSize Structure / RplSize Constructor

In This Topic
    RplSize Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Single, _
       ByVal type As RplSizeType _
    )
    public RplSize( 
       float value,
       RplSizeType type
    )

    Parameters

    value
    type
    See Also