DataRegionNumericRange Constructor |
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic DataRegionNumericRange(
string measureUniqueName,
Number minimumValue,
Number maximumValue
)
Public Sub New (
measureUniqueName As String,
minimumValue As Number,
maximumValue As Number
)
public:
DataRegionNumericRange(
String^ measureUniqueName,
Number minimumValue,
Number maximumValue
)
new :
measureUniqueName : string *
minimumValue : Number *
maximumValue : Number -> DataRegionNumericRangeParameters
- measureUniqueName
- Type: SystemString
The unique name for the measure. - minimumValue
- Type: Dundas.BINumber
The minimum value. - maximumValue
- Type: Dundas.BINumber
The maximum value.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | measureUniqueName is . |
| ArgumentException | The maximumValue value is smaller or equal with the minimumValue value. |
See Also