Initializes a new instance of the Expression class.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Expression(
	string expression
)
Visual Basic
Public Sub New ( _
	expression As String _
)

Parameters

expression
Type: System..::..String
A string to assign to the Text property.

See Also