DataRegion Constructor (String, DataRegionOrdinals, 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)
Syntaxpublic DataRegion(
string measureUniqueName,
DataRegionOrdinals ordinals,
IEnumerable<DataRegionNumericRange> numericRanges
)
Public Sub New (
measureUniqueName As String,
ordinals As DataRegionOrdinals,
numericRanges As IEnumerable(Of DataRegionNumericRange)
)
public:
DataRegion(
String^ measureUniqueName,
DataRegionOrdinals^ ordinals,
IEnumerable<DataRegionNumericRange^>^ numericRanges
)
new :
measureUniqueName : string *
ordinals : DataRegionOrdinals *
numericRanges : IEnumerable<DataRegionNumericRange> -> DataRegionParameters
- measureUniqueName
- Type: SystemString
The unique name of the measure to compute statistics for, or to request statistics for all measure values together. - ordinals
- Type: Dundas.BI.Data.DataRetrievalDataRegionOrdinals
The cellset ordinal coordinates for the current instance. - numericRanges
- Type: System.Collections.GenericIEnumerableDataRegionNumericRange
The numeric ranges used to define the current instance.
Exceptions
See Also