[]
Parses a VBScript expression in the current report context.
public Exception ParseExpression(string expression)
Type | Name | Description |
---|---|---|
string | expression | A string with a VBScript expression to be parsed. |
Type | Description |
---|---|
Exception | An Exception if the expression is invalid, or null if no errors were detected. |
This method is useful for providing VBScript syntax-checking in designer applications.