Cubes > Cubes Assembly Interfaces > IStandardCubeServerAggregationDimensions
The IStandardCubeServerAggregationDimensions interface contains properties and methods tat are used to work with dimensions included into the group, by which aggregation is calculated on the server.
Property name | Brief description | |
![]() |
CalcOther | The CalcOther property determines whether to calculate aggregation for elements of dimension not included in the selection (the Other aggregate). |
![]() |
CalcTotal | The CalcTotal property determines whether to calculate totals for dimension. |
![]() |
Count | The Count property returns the number of dimensions in the group. |
![]() |
Item | The Item property returns dimension from the group by its index. |
Method name | Brief description | |
![]() |
Add | The Add method adds a dimension to the group. |
![]() |
FindById | The FindById method searches for a dimension in the group by its identifier. |
![]() |
FindByKey | The FindByKey method searches for a dimension in the group by its key. |
![]() |
Move | The Move method moves dimensions within the group. |
![]() |
Remove | The Remove method removes the dimension from the group by its index. |
![]() |
RemoveByKey | The RemoveByKey method removes the dimension from the group by its key. |
See also: