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


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSetField クラス : Expression プロパティ
Gets the Expression used to calculate the value of the current field.

If this expression is not empty, the field is a calculated field (as opposed to a data field).

シンタックス
'宣言
 
Public ReadOnly Property Expression As Expression
'使用法
 
Dim instance As DataSetField
Dim value As Expression
 
value = instance.Expression
public Expression Expression {get;}
解説

This property is never null (Nothing in VB), it always returns an Expression object, which has empty Expression.Text by default. (A non-empty Text string indicates a calculated field.)

To specify an expression, set its Expression.Text property, or the DataSetField.ExpressionText property on the current field.

Either this property or DataSetField.DataField, but not both, should be defined on a DataSetField. In case both properties are defined, DataSetField.DataField is used, and Expression is ignored.

参照

DataSetField クラス
DataSetField メンバ