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