IEaxDataAreaTransformation.Expression

Fore Syntax

Expression: IExpression;

Fore.NET Syntax

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

Description

The Expression property returns the expression transforming data of analytical area.

Comments

To set expression in text format, use IExpression.AsString.

To determine whether expression will be active, use IEaxDataAreaTransformation.Enabled.

Fore and Fore.NET Examples

The property use is given in the example for IEaxDataAreaHierarchy.ElementStyle.

See also:

IEaxDataAreaTransformation