DataRegionNumericRange Class

Class that represents a DataRegion range defined using the values of a IMeasure.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalDataRegionRangeNumber
    Dundas.BI.Data.DataRetrievalDataRegionNumericRange

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 class DataRegionNumericRange : DataRegionRange<Number>

The DataRegionNumericRange type exposes the following members.

Constructors
 NameDescription
Public methodDataRegionNumericRange Initializes a new instance of the DataRegionNumericRange class.
Top
Properties
 NameDescription
Public propertyMaximum Gets the range maximum value.
(Inherited from DataRegionRangeT)
Public propertyMeasureUniqueName Gets the unique name for the measure used to define the range.
Public propertyMinimum Gets the range minimum value.
(Inherited from DataRegionRangeT)
Top
See Also