ClientTopBottomOverrides Class

Class used to model top / bottom overrides for a specific data request.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalClientTopBottomOverrides

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class ClientTopBottomOverrides

The ClientTopBottomOverrides type exposes the following members.

Constructors
  NameDescription
Public methodClientTopBottomOverrides
Initializes a new instance of the ClientTopBottomOverrides class.
Top
Properties
  NameDescription
Public propertyBottomRecords
Gets the number of records with the smallest values for the analyzed measure.
Public propertyMeasure
Gets the measure unique name.
Public propertyTiePolicy
Gets or sets the tied records policy.
Public propertyTopRecords
Gets the number of records with the highest values for the analyzed measure.
Top
See Also