Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.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 | |
The Count property returns the number of drillthrough elements in the collection. | ||
The Item property returns drillthrough element by its index. | ||
The Matrix property returns drillthrough data as a matrix on cube calculation. |
Method name | Brief description | |
The FindByKey method searches for a drillthrough element by its key. | ||
The FindByDataset method searches for all drillthrough elements by source data structure. |
See also: