IPivot.CanUngroupElement

Syntax

CanUngroupElement(Dimension: IDimInstance): Boolean;

Parameters

Dimension. Additional dimension obtained after grouping.

Description

The CanUngroupElement method determines whether to cancel data grouping after column grouping on drill down into relational data.

Comments

Available values:

To cancel data grouping after column grouping, use IPivot.UngroupElement.

Example

The method use is given in the example for IPivot.GroupElement.

See also:

IPivot