DataRegion Class

Class used to represent a data cell region defined within a cellset result.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalDataRegion

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 DataRegion

The DataRegion type exposes the following members.

Constructors
 NameDescription
Public methodDataRegion(String, DataRegionOrdinals) Initializes a new instance of the DataRegion class.
Public methodDataRegion(String, DataRegionOrdinals, IEnumerableDataRegionNumericRange) Initializes a new instance of the DataRegion class.
Public methodDataRegion(String, IEnumerableDataRegionDateTimeRange, DataRegionOrdinals) Initializes a new instance of the DataRegion class.
Public methodDataRegion(String, IEnumerableDataRegionDateTimeRange, IEnumerableDataRegionNumericRange) Initializes a new instance of the DataRegion class.
Top
Properties
 NameDescription
Public propertyMeasureUniqueName Gets the measure unique name.
Public propertyNumericRanges Gets the numeric ranges for the current instance.
Public propertyOrdinals Gets the ordinal coordinates for the current instance.
Public propertyTimeRanges Gets the DateTime ranges used to define the current instance.
Top
See Also