IPrxDocumentExpressionParser.DocumentExpression

Fore Syntax

DocumentExpression: IPrxDocumentExpression;

Fore.NET Syntax

DocumentExpression: Prognoz.Platform.Interop.Report.PrxDocumentExpression;

Description

The DocumentExpression property determines an expression of the formula that is set on a regular report text sheet.

Comments

To parse expression of the formula that is set on a regular report text sheet, use the IPrxDocumentExpressionParser.Parse method.

Fore and Fore.NET Examples

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

See also:

IPrxDocumentExpressionParser