[]
        
(Showing Draft Content)

C1.Report.FlexReport.ParseStatement

ParseStatement Method

ParseStatement(string)

Parses a VBScript statement in the current report context.

Declaration
public Exception ParseStatement(string statement)
Parameters
Type Name Description
string statement

A string with a VBScript statement to be parsed.

Returns
Type Description
Exception

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