AutoComplete for ASP.NET Web Forms
ParseStatement(String,String,Boolean) メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス > ParseStatement メソッド : ParseStatement(String,String,Boolean) メソッド
A string with a VBScript statement to be parsed.
The name of the statement. A statement can contain named functions and procedures, in which case they are identified by the statement name and function or procedure name pair.
Indicates whether it is the GlobalScripts that is being parsed.
Parses a named VBScript statement in the current report context.
シンタックス
'宣言
 
Public Overloads Function ParseStatement( _
   ByVal statement As System.String, _
   ByVal name As System.String, _
   ByVal isGlobal As System.Boolean _
) As System.Exception
public System.Exception ParseStatement( 
   System.string statement,
   System.string name,
   System.bool isGlobal
)

パラメータ

statement
A string with a VBScript statement to be parsed.
name
The name of the statement. A statement can contain named functions and procedures, in which case they are identified by the statement name and function or procedure name pair.
isGlobal
Indicates whether it is the GlobalScripts that is being parsed.

戻り値の型

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

C1Report クラス
C1Report メンバ
オーバーロード一覧