ComponentOne FlexReport for WinForms
ParseExpression Method

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

Parameters

expression
A string with a VBScript expression to be parsed.

Return Value

An System.Exception if the expression 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