IsDuplicateParent: Boolean;
IsDuplicateParent: boolean;
The IsDuplicateParent property returns whether level elements are repeated for child ones.
Available values:
True. Level elements are repeated for child ones.
False. Default. Level elements are not repeated for child ones.
To determine whether level elements are repeated for child ones, use IPivotDimensionLevelPropertiesCommon.DuplicateParent.
The property use is given in the example for IPivotDimensionLevelPropertiesCommon.DuplicateParent.
See also: