Assembly: Express;
The IEaxDataAreaExternalTransformations interface is used to work with the collection of modeling problems that are used to transform data in a data slice.
IEaxDataAreaExternalTransformations
The IEaxDataAreaPivotSlice.ExternalTransformations property allows access to the collection.
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 | |
Count | The Count property returns the number of modeling problems added to the collection. | |
Item | The Item property returns settings of the modeling problem with the specified index. | |
RefreshSourcesAfterSave | The RefreshSourcesAfterSave property determines whether data sources should be reopened after saving data in them. |
Method name | Brief description | |
Add | The Add method adds settings for a modeling problem. | |
Clear | The Clear method deletes all modeling problems from the collection. | |
FindByKey | The FindByKey method searches for modeling problem settings by its key in the repository. | |
IndexOf | The IndexOf returns index in the collection for the specified modeling problem settings. | |
Move | The Move method moves modeling problem settings in the collection. | |
Remove | The Remove method removes settings of the modeling problem with the specified index from the collection. | |
RemoveByKey | The RemoveByKey method removes settings of the modeling problem with the specified key from the collection. | |
RemoveObject | The RemoveObject method removes the specified modeling problem settings from the collection. |
See also: