DrillDownSet Constructor (IListMemberValue, PlacementPosition)

Initializes a new instance of the DrillDownSet class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public DrillDownSet(
	IList<MemberValue> members,
	PlacementPosition placement
)

Parameters

members
Type: System.Collections.GenericIListMemberValue
The members.
placement
Type: Dundas.BI.Entities.MetricSetsPlacementPosition
The placement position for the drill down set.
Exceptions
ExceptionCondition
ArgumentExceptionmembers is or empty or placement has an invalid value.
Remarks
User this constructors for drill down overrides. The validation is deferred, in this case, for the run-time.
See Also