PrintDocument for WinForms
ExpressionText プロパティ (DataSetField)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSetField クラス : ExpressionText プロパティ
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 DataSetField.Expression.

シンタックス
'宣言
 
Public Property ExpressionText As System.String
'使用法
 
Dim instance As DataSetField
Dim value As System.String
 
instance.ExpressionText = value
 
value = instance.ExpressionText
public System.string ExpressionText {get; set;}
参照

DataSetField クラス
DataSetField メンバ
DataField プロパティ