DataRequest Constructor

Initializes a new instance of the DataRequest class.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public DataRequest(
	MetricSet metricSet,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set.
parameterValues
Type: System.Collections.GenericIEnumerableParameterValue
The parameter values.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet is .
Remarks
Use this constructor to create a standard data request.
See Also