'宣言 Public Overloads Function ParseStatement( _ ByVal statement As System.String, _ ByVal name As System.String, _ ByVal isGlobal As System.Boolean _ ) As System.Exception
'使用法 Dim instance As FlexReport Dim statement As System.String Dim name As System.String Dim isGlobal As System.Boolean Dim value As System.Exception value = instance.ParseStatement(statement, name, 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.