Assembly: Cubes;
The ICubeExecutorDrillThroughItems interface is used to work with the collection of drillthrough elements on cube calculation.
ICubeExecutorDrillThroughItems
To get object of this type, use ICubeInstanceDestinationExecutor.DrillThrough.
Property name | Brief description | |
Count | The Count property returns the number of drillthrough elements in the collection. | |
Item | The Item property returns drillthrough element by its index. | |
Matrix | The Matrix property returns drillthrough data as a matrix on cube calculation. |
Method name | Brief description | |
FinByKey | The FindByKey method searches for a drillthrough element by its key. | |
FindByDataset | The FindByDataset method searches for all drillthrough elements by source data structure. |
See also: