Open this page in the API Guide

MemberDrillDownValue.ExpandHierarchyMember Method

Expands the last member in a set of hierarchy members.

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 void ExpandHierarchyMember(
	DrillDownSet expandedSet
)

Parameters

expandedSet
Type: Dundas.BI.Data.Parameters.DrillDownSet
The expanded member override set.
Exceptions
ExceptionCondition
ArgumentNullExceptionexpandedSet is null.
See Also