IPrxDocumentExpression.Expression

Fore Syntax

Expression: IExpression;

Fore.NET Syntax

Expression: Prognoz.Platform.Interop.ForeSystem.IExpression;

Description

The Expression property returns the expression specified in the calculated field.

Comments

To determine the expression specified in the calculated field, use the IPrxDocumentExpression.Formula property.

Fore and Fore.NET Examples

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

See also:

IPrxDocumentExpression