IPrxDocumentExpression.Style

Fore Syntax

Style: IPrxCellStyle;

Fore.NET Syntax

Style: Prognoz.Platform.Interop.Report.IPrxCellStyle;

Description

The Style property determines style of the expression specified in the calculated field.

Comments

To get value of the expression specified in the calculated field, use the IPrxDocumentExpression.Value property.

Fore and Fore.NET Examples

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

See also:

IPrxDocumentExpression