IPivot.CanUngroupElement

Fore Syntax

CanUngroupElement(Dimension: IDimInstance): Boolean;

Fore.NET Syntax

CanUngroupElement(Dimension: Prognoz.Platform.Interop.Dimensions.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.

Fore and Fore.NET Examples

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

See also:

IPivot