Assembly: Express;
The IEaxDataAreaExternalTransformation interface is used to set up a modeling problem that is used to transform data in a regular report.
IEaxDataAreaExternalTransformation
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.
Property name | Brief description | |
CalculationMode | The CalculationMode property determines a calculation algorithm execution mode. | |
CalculationPeriodMode | The CalculationPeriodMode property determines a method of creating the selection that will be used for algorithm calculation. | |
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. | |
Params | ||
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. |
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: