DataRegion Constructor (String, IEnumerableDataRegionDateTimeRange, DataRegionOrdinals) |
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)
Syntaxpublic DataRegion(
string measureUniqueName,
IEnumerable<DataRegionDateTimeRange> timeRanges,
DataRegionOrdinals ordinals
)
Public Sub New (
measureUniqueName As String,
timeRanges As IEnumerable(Of DataRegionDateTimeRange),
ordinals As DataRegionOrdinals
)
public:
DataRegion(
String^ measureUniqueName,
IEnumerable<DataRegionDateTimeRange^>^ timeRanges,
DataRegionOrdinals^ ordinals
)
new :
measureUniqueName : string *
timeRanges : IEnumerable<DataRegionDateTimeRange> *
ordinals : DataRegionOrdinals -> DataRegionParameters
- 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. - ordinals
- Type: Dundas.BI.Data.DataRetrievalDataRegionOrdinals
The cellset ordinal coordinates for the current instance.
Exceptions
See Also