DataRegionNumericRange Constructor

Initializes a new instance of the DataRegionNumericRange 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 DataRegionNumericRange(
	string measureUniqueName,
	Number minimumValue,
	Number maximumValue
)

Parameters

measureUniqueName
Type: SystemString
The unique name for the measure.
minimumValue
Type: Dundas.BINumber
The minimum value.
maximumValue
Type: Dundas.BINumber
The maximum value.
Exceptions
ExceptionCondition
ArgumentNullExceptionmeasureUniqueName is .
ArgumentExceptionThe maximumValue value is smaller or equal with the minimumValue value.
See Also