IVirtualCubeExecuteCallback.OnAfterExecuteSources

Syntax

OnAfterExecuteSources(Value: IVirtualCubeSourceMatricesList);

Parameters

Value. Collection of virtual cube source matrix.

Description

The OnAfterExecuteSources method implements the event occurring after calculating virtual cube sources.

Comments

The event occurs after calculating separate matrix of sources, but before building general matrix of virtual cube. By using the Value parameter, separate source matrix can be obtained.

Example

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

See also:

IVirtualCubeExecuteCallback