ClientTopBottomOverrides Constructor  | 
  
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ClientTopBottomOverrides(
	string measureUniqueName,
	int topRecords,
	int bottomRecords
)
Public Sub New ( 
	measureUniqueName As String,
	topRecords As Integer,
	bottomRecords As Integer
)
public:
ClientTopBottomOverrides(
	String^ measureUniqueName, 
	int topRecords, 
	int bottomRecords
)
new : 
        measureUniqueName : string * 
        topRecords : int * 
        bottomRecords : int -> ClientTopBottomOverridesParameters
- 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