Open this page in the API Guide

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 (25.1.0.1000)
Syntax
public SlicerHierarchyParameter(
	MetricSet metricSet,
	IMeasure targetMeasure,
	IHierarchy hierarchy
)

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSets.MetricSet
The parent metric set.
targetMeasure
Type: Dundas.BI.Data.Metadata.IMeasure
The target measure for which values are retrieved.
hierarchy
Type: Dundas.BI.Data.Metadata.IHierarchy
The slicer hierarchy used in defining the ParallelSlicedMeasure.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet or hierarchy is null.
See Also