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
public string ExpressionText {get; set;}
See Also