The IPivotEvaluatorDimCalculates interface contains properties and methods that are used to work with the collection of calculated elements by table dimensions.
Property name | Brief description | |
Count | The Count property returns the number of dimensions, by which the calculated elements can be created. | |
Item | The Item property returns the collection of calculated elements created by the dimension, which index is passed by the Index parameter. |
Method name | Brief description | |
Clear | The Clear method deletes all calculated elements created by any dimension. | |
FindByDimKey | The FindByDimKey method searches for a dimension and returns the collection of calculated elements by this dimension in case of successful search. |
See also: