IPrxDocumentExpressionParser.Parse

Fore Syntax

Parse(Formula: String);

Fore.NET Syntax

Parse(Formula: string);

Parameters

Formula. Formula.

Description

The Parse method parses expression of the formula that is set on a regular report text sheet.

Comments

To get a formula that is set on a regular report text sheet, use the IPrxDocumentExpressionParser.Formula property.

Fore and Fore.NET Examples

The method use is given in the example for IPrxReport.CreateDocumentFormulaParser.

See also:

IPrxDocumentExpressionParser