IPivot.IsDimEnabled

Syntax

IsDimEnabled(DimKey: Integer): Boolean;

Parameters

DimKey. Dimension key.

Description

The IsDimEnabled property determines whether a dimension with the specified key will be displayed in the list of dimensions to set selection.

Comments

All dimensions are displayed by default. If one sets the IsDimEnabled property to False for a dimension, it will be hidden in the list of the dimensions, by which selection can be changed. The already set selection will be used to get data, and it can also be changed in the IPivot.Selection property.

See also:

IPivot