PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.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
    public string ExpressionText {get; set;}
    See Also