The IPivotEvaluatorDimCalculatesItem interface contains properties and methods for working with the calculated elements by specified dimension.
| Property name | Brief description | |
| CalculatedElement | The CalculatedElement property returns a unique identifier of the calculated element in dimension. | |
| CalculatedName | The CalculatedName property determines a calculated element name by this dimension. | |
| Count | The Count property returns the number of calculated elements that are available for this dimension. | |
| Dim | The Dim property returns data of a dimension, for which the work with calculated elements is performed. | |
| Enabled | The Enabled property determines whether specified calculated factor was calculated. | |
| Expression | The Expression property returns the expression, according to which the calculated element is calculated. | |
| Relation | The Relation property determines insertion position of the calculated element relatively to the RelationElement element. | |
| RelationElement | The RelationElement property determines the dimension element, relatively to which the calculated element is inserted. | |
| Type | The Type property returns a calculated factor type. |
| Method name | Brief description | |
| AddCalculatedElement | The AddCalculatedElement method creates a new calculated element for this dimension. | |
| AddPercentCalculate | The AddPercentCalculate method creates a calculated factor that calculates percentage value of a cell relatively to a total value. | |
| Clear | The Clear method deletes all calculated elements for this dimension. | |
| FindByDimElement | The FindByDimElement method searches all calculated factors, created relatively to a specified dimension element. | |
| RemoveCalculatedElement | The RemoveCalculatedElement method deletes the calculated element. |
See also: