FlexReport for WinForms
ParseExpression メソッド (FlexReport)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス : ParseExpression メソッド
A string with a VBScript expression to be parsed.
Parses a VBScript expression in the current report context.
シンタックス
'宣言
 
Public Function ParseExpression( _
   ByVal expression As System.String _
) As System.Exception
'使用法
 
Dim instance As FlexReport
Dim expression As System.String
Dim value As System.Exception
 
value = instance.ParseExpression(expression)
public System.Exception ParseExpression( 
   System.string expression
)

パラメータ

expression
A string with a VBScript expression to be parsed.

戻り値の型

An System.Exception if the expression is invalid, or null if no errors were detected.
解説
This method is useful for providing VBScript syntax-checking in designer applications.
参照

参照

FlexReport クラス
FlexReport メンバ