FlexReport for WinForms
Value プロパティ (Field)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > Field クラス : Value プロパティ
Gets or sets the field's calculated value.
シンタックス
'宣言
 
Public Property Value As System.Object
'使用法
 
Dim instance As Field
Dim value As System.Object
 
instance.Value = value
 
value = instance.Value
public System.object Value {get; set;}
解説

When a field's Calculated property is set to true, the control evaluates the expression stored in the Text property and stores the result in the Value property, which gets rendered into the report.

This is the field's default property, so when you use a field name in a VBScript expression, you are actually referring to the field's Value property.

参照

参照

Field クラス
Field メンバ