Initializes a new instance of the RdlObject class with a constant.

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

Syntax

C#
public RdlObject(
	Object value
)
Visual Basic
Public Sub New ( _
	value As Object _
)

Parameters

value
Type: System..::..Object
The object constant.

See Also