[]
        
(Showing Draft Content)

C1.Report.FlexReport.ParseExpression

ParseExpression Method

ParseExpression(string)

Parses a VBScript expression in the current report context.

Declaration
public Exception ParseExpression(string expression)
Parameters
Type Name Description
string expression

A string with a VBScript expression to be parsed.

Returns
Type Description
Exception

An 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.