IPrxSlice.GetDimension

Syntax

GetDimension(DimKey Integer): IEaxDimensionInstance;

Parameters

DimKey. Dimension key.

Description

The GetDimension method returns dimension of the specified data source slice by its key.

Comments

To work with regular report data source slices, use the IPrxSlice.Slices property.

Example

The method use is given in the example for IPrxReport.SyncGroups.

See also:

IPrxSlice