IVirtualCubeExecuteCallback.OnBeforeExecuteSources

Syntax

OnBeforeExecuteSources(Value: IVirtualCubeSourceSelections);

Parameters

Value. Collection of virtual cube source selections.

Description

The OnBeforeExecuteSources method implements the event occurring before calculating virtual cube resources.

Comments

By using the parameter of the Value event, it is possible to get access to source selections and change them if required.

Example

The example of use is given in description of the IVirtualCubeInstance.ExecuteCallback property.

See also:

IVirtualCubeExecuteCallback