Open this page in the API Guide

MemberDrillDownValue.CollapseHierarchyMember Method

Collapses 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 CollapseHierarchyMember(
	DrillDownSet collapsedSet
)

Parameters

collapsedSet
Type: Dundas.BI.Data.Parameters.DrillDownSet
The collapsed member override set.
Exceptions
ExceptionCondition
ArgumentNullExceptioncollapsedSet is null.
See Also