SlicerHierarchyParameter Constructor

Initializes a new instance of the SlicerHierarchyParameter class.

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public SlicerHierarchyParameter(
	MetricSet metricSet,
	IMeasure targetMeasure,
	IHierarchy hierarchy
)

Parameters

metricSet  MetricSet
The parent metric set.
targetMeasure  IMeasure
The target measure for which values are retrieved.
hierarchy  IHierarchy
The slicer hierarchy used in defining the ParallelSlicedMeasure.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet or hierarchy is .
See Also