Express > Express Assembly Interfaces > IEaxDataAreaTransformations
Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IEaxDataAreaTransformations interface is used to work with the collection of analytical area data transformation formulas.
IEaxDataAreaTransformations
To get collection of analytical area data transformation formulas, use:
To get collection of data transformation formulas for analytical area alternative hierarchy, use:
Property name | Brief description | |
![]() |
Count | The Count property returns number of data transformation formulas in collection. |
![]() |
Item | The Item property returns object to work with data transformation formula. |
![]() |
TransformationElements | The TransformationElements property returns dimension elements array for which data transformation formula is set up. |
![]() |
TransformationsSelection | The TransformationsSelection property returns selection of elements for which data transformation formula is set up. |
Method name | Brief description | |
![]() |
Add | The Add method adds data transformation formula in collection. |
![]() |
AddFunction | The AddFunction method adds a transformation formula that calculates total/subtotal. |
![]() |
Arrange | The Arrange method automatically arranges totals in the calculation chain. |
![]() |
ArrangeTransformation | The ArrangeTransformation method automatically arranges totals used in data transformation formulas in the chain. |
![]() |
Clear | The Clear method clears collection of data transformation formulas. |
![]() |
FindByKey | The FindByKey method searches data transformation formula by its key. |
![]() |
IndexOf | The IndexOf method returns index of the specified data transformation formula. |
![]() |
MoveTo | The MoveTo method moves data transformation formula within collection. |
![]() |
Remove | The Remove method removes data transformation formula from collection by its index. |
![]() |
RemoveByKey | The RemoveByKey method removes formula of data transformation from collection by its key. |
See also: