C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSetField Class / ExpressionText Property

In This Topic
ExpressionText Property (DataSetField)
In This Topic
Gets or sets the text of the Expression used to calculate the value of the current field.

This is a shortcut to the Expression.Text property on the expression returned by Expression.

Syntax
'Declaration
 
Public Property ExpressionText As String
 
See Also