Assembly: Matrix;
The IBasicMatrixAggregator interface contains properties and methods that determine parameters of the basic aggregation mechanism.
IBasicMatrixAggregator
| Property name | Brief description | |
| DefaultLevelAggregation | The DefaultLevelAggregation property determines aggregation parameters for default dimensions levels. | |
| IgnoreNulls | The IgnoreNulls property contains method of empty values treatment on data aggregation. | |
| LevelAggregation | The LevelAggregation property returns aggregation parameters for the specified dimension level. | |
| Operation | The Operation property returns aggregation method. | |
| OperationCount | The OperationCount property returns the number of available aggregation methods. | |
| OperationName | The OperationName property returns name of aggregation method. | |
| PutResultsToSourceMatrix | The PutResultsToSourceMatrix property determines a method for saving data aggregation result. | |
| UseSelection | The UseSelection property determines whether data of selected elements is used during aggregation. |
| Property name | Brief description | |
| Dimension | The Dimension property determines a dimension, for which it is necessary to set up aggregation parameters. | |
| HierarchyId | The HierarchyId property determines identifier of aggregation by alternative hierarchy levels in the collection of alternative dictionary hierarchies. | |
| HierarchyKey | The HierarchyKey property determines key of aggregation by alternative hierarchy levels in the collection of alternative dictionary hierarchies. | |
| Id | The Id property returns identifier of data aggregation mechanism. | |
| Name | The Name property returns name of data aggregation mechanism. |
| Method name | Brief description | |
| ExecuteWithAggregationInfo | The ExecuteWithAggregationInfo method calculates aggregated data and allows for getting information about aggregation execution result. |
| Method name | Brief description | |
| Execute | The Execute method calculates aggregated data. |
See also: