Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlInt Class / RdlInt Constructor / RdlInt Constructor(Int32)
The integer value.

In This Topic
    RdlInt Constructor(Int32)
    In This Topic
    Initializes a new instance of the RdlInt class with a constant value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Integer _
    )
    public RdlInt( 
       int value
    )

    Parameters

    value
    The integer value.
    See Also