DataRegion Constructor (String, IEnumerableDataRegionDateTimeRange, IEnumerableDataRegionNumericRange)

Initializes a new instance of the DataRegion class.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public DataRegion(
	string measureUniqueName,
	IEnumerable<DataRegionDateTimeRange> timeRanges,
	IEnumerable<DataRegionNumericRange> numericRanges
)

Parameters

measureUniqueName
Type: SystemString
The unique name of the measure to compute statistics for, or to request statistics for all measure values together.
timeRanges
Type: System.Collections.GenericIEnumerableDataRegionDateTimeRange
The time ranges used to define the current instance.
numericRanges
Type: System.Collections.GenericIEnumerableDataRegionNumericRange
The numeric ranges used to define the current instance.
Exceptions
ExceptionCondition
ArgumentExceptionBoth timeRanges and numericRanges are or empty.
See Also