Initializes a new instance of the RdlInt class with a constant value.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlInt(
	int value
)
Visual Basic
Public Sub New ( _
	value As Integer _
)

Parameters

value
Type: System..::..Int32
The integer value.

See Also