ClientTopBottomOverrides Constructor

Initializes a new instance of the ClientTopBottomOverrides class.

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 ClientTopBottomOverrides(
	string measureUniqueName,
	int topRecords,
	int bottomRecords
)

Parameters

measureUniqueName
Type: SystemString
The measure unique name for which top / bottom analysis is performed.
topRecords
Type: SystemInt32
The number of records with the highest values for the analyzed measure.
bottomRecords
Type: SystemInt32
The number of records with the smallest values for the analyzed measure.
See Also