FlexReport for WinForms
Text プロパティ (Expression)


C1.Report.4.6.2 アセンブリ > C1.Report.ScriptEngine 名前空間 > Expression クラス : Text プロパティ
Gets or sets the text used from which expression was parsed. This property contains valid value only for expressions which were generated during parsing function parameters. This text used in calculating the aggregates to cache existing values, see ScriptAggregate.Evaluate(...).
シンタックス
'宣言
 
Public Property Text As System.String
'使用法
 
Dim instance As Expression
Dim value As System.String
 
instance.Text = value
 
value = instance.Text
public System.string Text {get; set;}
参照

参照

Expression クラス
Expression メンバ