Open this page in the API Guide

DataRegion Constructor (String, 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 (25.1.0.1000)
Syntax
public DataRegion(
	string measureUniqueName,
	DataRegionOrdinals ordinals
)

Parameters

measureUniqueName
Type: System.String
The unique name of the measure to compute statistics for, or null to request statistics for all measure values together.
ordinals
Type: Dundas.BI.Data.DataRetrieval.DataRegionOrdinals
The cellset ordinal coordinates for the current instance.
Exceptions
ExceptionCondition
ArgumentExceptionordinals is null.
See Also