The ICalculatedCubeExecutor interface contains properties and methods for calculating the calculated cube output matrix by the specified coordinates.
| Property name | Brief description | |
![]() |
EvaluateOnly | The EvaluateOnly property determines the coordinates, by which output matrix values will be calculated. |
![]() |
IncludeNulls | The IncludeNulls property determines whether empty values are included into output matrix. |
![]() |
Selected | The Selected property determines whether the specified matrix coordinate is selected. |
| Method name | Brief description | |
![]() |
DeselectAll | The DeselectAll method removes the selection for all matrix coordinates. |
![]() |
Execute | The Execute method calculates the output matrix of a calculated cube. |
![]() |
Matrix | The Matrix method returns the output matrix of a calculated cube. |
![]() |
Select_ | The Select_ method selects the specified coordinate in a matrix in order to calculate values by this coordinate. |
See also: