IEaxDataAreaExternalTransformation

Assembly: Express;

Description

The IEaxDataAreaExternalTransformation interface is used to set up a modeling problem that is used to transform data in a regular report.

Inheritance Hierarchy

INamedEntity

IEaxDataAreaExternalTransformation

Comments

To get an object of this type, use properties and methods of the IEaxDataAreaExternalTransformations interface.

The interface is also used to work with calculation algorithms in data entry forms.

When working with a modeling problem, the data matrix calculation result should be sent directly to the analytical data area. To do this, use the IEaxGrid.FillTabSheet property that is set to False.

Properties

  Property name Brief description
ControlInfo The ControlInfo property returns modeling problem parameters.
EnableArithmeticErrors The EnableArithmeticErrors property determines the result of modeling problem execution when dividing by 0.
Enabled The Enabled property determines whether a modeling problem can be executed.
ExtendLoadSelection The ExtendLoadSelection property determines selection extension to widen the range of loaded data.
Problem The Problem property determines a modeling problem on regular report update or on data change.
SaveDataOption The SaveDataOption property determines whether data is saved to source when values are calculated by calculation algorithm to change.
ValidationExceptions The ValidationExceptions property returns validation exceptions matrix by the specified modeling problem data source.

Properties inherited from INamedEntity

  Property name Brief description
Id The Id property determines object identifier.
Key The Key property returns object key.
Name The Name property determines object name.

See also:

Express Assembly Interfaces