IPrxDocumentExpression.FormattedValue

Fore Syntax

FormattedValue([Recaclulate: Boolean = False]): Variant;

Fore.NET Syntax

FormattedValue[Recaclulate: boolean]: object;

Parameters

Recaclulate. The parameter that determines whether expression is recalculated.

Description

The FormattedValue property returns formatted expression specified in the calculated field.

Comments

Available values of the Recaclulate parameter:

Fore and Fore.NET Examples

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

See also:

IPrxDocumentExpression