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

Parameters

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