'宣言 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
- A string with a VBScript statement to be parsed.
戻り値の型
An System.Exception if the statement is invalid, or null if no errors were detected.