ICubeExecutorDrillThroughItems

Assembly: Cubes;

Description

The ICubeExecutorDrillThroughItems interface is used to work with the collection of drillthrough elements on cube calculation.

Inheritance Hierarchy

ICubeExecutorDrillThroughItems

Comments

To get object of this type, use ICubeInstanceDestinationExecutor.DrillThrough.

Properties

  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.

Methods

  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:

Cubes Assembly Interfaces