'宣言 Public Overloads Function ParseStatement( _ ByVal statement As System.String _ ) As System.Exception
'使用法 Dim instance As FlexReport Dim statement As System.String Dim value As System.Exception value = instance.ParseStatement(statement)
public System.Exception ParseStatement( System.string statement )
パラメータ
- statement
- 解析する VBScript ステートメントを含む文字列。
戻り値の型
ステートメントが無効な場合は System.Exception、エラーが検出されなかった場合は null。