TopBottomSettings Class

Class used to model various properties for filtering or highlighting the records with the highest or lowest values for a specified MeasureUsage element.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.MetricSetsTopBottomSettings

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class TopBottomSettings

The TopBottomSettings type exposes the following members.

Properties
  NameDescription
Public propertyBottomRecords
Gets or sets the number of records with the smallest values for the analyzed MeasureUsage element.
Public propertyMeasureUniqueName
Gets the unique name for the underlying measure element for which the top/bottom analysis is performed.
Public propertyMeasureUsageUniqueName
Gets the unique name for the measure usage element for which the top/bottom analysis is performed.
Public propertyTiePolicy
Gets or sets the tied records policy.
Public propertyTopRecords
Gets or sets the number of records with the highest values for the analyzed MeasureUsage element.
Top
See Also