DrillDownSet Constructor (IListMemberValue, PlacementPosition) |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic DrillDownSet(
IList<MemberValue> members,
PlacementPosition placement
)
Public Sub New (
members As IList(Of MemberValue),
placement As PlacementPosition
)
public:
DrillDownSet(
IList<MemberValue^>^ members,
PlacementPosition placement
)
new :
members : IList<MemberValue> *
placement : PlacementPosition -> DrillDownSetParameters
- members
- Type: System.Collections.GenericIListMemberValue
The members. - placement
- Type: Dundas.BI.Entities.MetricSetsPlacementPosition
The placement position for the drill down set.
Exceptions| Exception | Condition |
|---|
| ArgumentException | members is or empty or placement has an invalid value. |
RemarksUser this constructors for drill down overrides. The validation is deferred, in this case, for the run-time.
See Also