AutoComplete for ASP.NET Web Forms
ParseExpression(String) メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : ParseExpression(String) メソッド
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
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.
参照

C1Report クラス
C1Report メンバ