FlexReport for WinForms
Parse メソッド (ReportScriptContextBase)


C1.Report.4.6.2 アセンブリ > C1.Report.ScriptEngine 名前空間 > ReportScriptContextBase クラス : Parse メソッド
A string with a VBScript expression to be evaluated.
Parses specified expression.
シンタックス
'宣言
 
Public Function Parse( _
   ByVal expression As System.String _
) As ExpressionInfo
'使用法
 
Dim instance As ReportScriptContextBase
Dim expression As System.String
Dim value As ExpressionInfo
 
value = instance.Parse(expression)
public ExpressionInfo Parse( 
   System.string expression
)

パラメータ

expression
A string with a VBScript expression to be evaluated.
参照

参照

ReportScriptContextBase クラス
ReportScriptContextBase メンバ