IPivot.UngroupElement

Fore Syntax

UngroupElement(Dimension: IDimInstance);

Fore.NET Syntax

UngroupElement(Dimension: Prognoz.Platform.Interop.Dimensions.IDimInstance);

Parameters

Dimension. Additional dimension obtained after grouping.

Description

The UngroupElement method cancels data grouping after column grouping on drillthrough into relational data.

Comments

To determine whether data grouping can be cancelled after column grouping, use IPivot.CanUngroupElement.

To group column data, use IPivot.GroupElement.

Fore and Fore.NET Examples

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

See also:

IPivot