Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
RdlInt Constructor (Int32)
RdlInt Class
See Also
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
RdlInt Class
RdlInt Overload
C1.C1Rdl Namespace