Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaSlice > IEaxDataAreaSlice.CreateSource

IEaxDataAreaSlice.CreateSource

Syntax

CreateSource;

Description

The CreateSource method creates data source of the analytical area slice depending on its type.

Comments

Types of analytical data area slices are given in the EaxDataAreaSliceType enumeration.

To build analytical data area slice, use IEaxDataAreaSlice.Execute.

Example

The method use is given in the example for IEaxDataAreaSlices.Add.

See also:

IEaxDataAreaSlices