TopBottomTiePolicy Enumeration

Enumeration used to indicate how ties for the top/bottom functionality are processed.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum TopBottomTiePolicy
Members
  Member nameValueDescription
None0The policy is not set.
ExcludeTies1The ties are not processed in any special way.

The result includes strictly the number of top/bottom records requested.

This is desired behavior when the screen space available is paramount.

IncludeAllTies2All tied records are returned, irrespective on the position they occupy in the top/bottom hierarchy.
IncludeAllTiesInLastPosition3The setting ensures that all tied records with the same value are included in the result, the moment one or more of them are selected for processing.
See Also