ICubeExecutorDrillThroughItems

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.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
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.

Methods

  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:

Cubes Assembly Interfaces