ICubeExecutorDrillThroughItems.FindByKey

Fore Syntax

FindByKey(Key: Integer): ICubeExecutorDrillThroughItem;

Fore.NET Syntax

FindByKey(Key: uinteger): Prognoz.Platform.Interop.Cubes.ICubeExecutorDrillThroughItem;

Parameters

Key. Drillthrough element key.

Description

The FindByKey method searches for a drillthrough element by its key.

Comments

To search for a drillthrough element by data source structure, use ICubeExecutorDrillThroughItems.FindByDataset.

See also:

ICubeExecutorDrillThroughItems