The IBasicMatrixLevelAggregator interface contains properties that determine parameters of a basic aggregation mechanism on the specified dimension level.
Property name | Brief description | |
Include | The Include property determines whether data of the specified level is used in aggregation. | |
IncludeChildren | The IncludeChildren property determines whether child element values are used in aggregation. | |
IncludeOwner | The IncludeOwner property determines whether source level value is taken into account when aggregated data is sent to it. | |
Level | The Level property returns level of the dimension, for which it is necessary to set aggregation parameters. | |
Operation | The Operation property determines aggregation method used for elements of the selected dimension level. | |
PreserveExistingData | The PreserveExistingData property determines whether non-aggregated data is saved. | |
PreserveMethod | The PreserveMethod property determines a method for saving non-aggregated data. | |
UseDefaultLevelAggregation | The UseDefaultLevelAggregation property determines whether aggregation settings are used for default level. |
See also: