CanUngroupElement(Dimension: IDimInstance): Boolean;
CanUngroupElement(Dimension: Prognoz.Platform.Interop.Dimensions.IDimInstance): boolean;
Dimension. Additional dimension obtained after grouping.
The CanUngroupElement method determines whether to cancel data grouping after column grouping on drill down into relational data.
Available values:
True. Elements can be ungrouped.
False. Elements cannot be ungrouped.
To cancel data grouping after column grouping, use IPivot.UngroupElement.
The method use is given in the example for IPivot.GroupElement.
See also: