Creates an Expression specified by its text, and adds it to the current collection.

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

Syntax

C#
public Expression Add(
	string expression
)
Visual Basic
Public Function Add ( _
	expression As String _
) As Expression

Parameters

expression
Type: System..::..String
The text of the expression to add.

Return Value

The index of the added Expression in the current collection.

See Also