KeepParent: Boolean;
KeepParent: boolean;
The KeepParent property determines whether owners of non-excluded elements remain in the filtered table.
Available values:
True. Owners of non-excluded elements remain in the filtered table.
False. Default. Owners of non-excluded elements do not remain in the filtered table.
Setting this option enables the user to keep the owners of elements that do not satisfy the filtering condition in the filtered table even if their own values satisfy the filtering condition.
To use the property, it is required that the IPivotFilterSettings.Enabled property is set to True.
The property use is given in the example for IPivotFilterSettings.SupressEmpty.
See also: