ComponentOne FlexReport for WinForms
ParseStatement(String) Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class > ParseStatement Method : ParseStatement(String) Method
A string with a VBScript statement to be parsed.
Parses a VBScript statement in the current report context.
Syntax
'Declaration
 
Public Overloads Function ParseStatement( _
   ByVal statement As System.String _
) As System.Exception
public System.Exception ParseStatement( 
   System.string statement
)

Parameters

statement
A string with a VBScript statement to be parsed.

Return Value

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

Reference

C1FlexReport Class
C1FlexReport Members
Overload List