Open this page in the API Guide

MemberDrillDownValue.RemoveDrillDownSet Method

Removes the specified member drill down set.

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 RemoveDrillDownSet(
	DrillDownSet drillDownSet
)

Parameters

drillDownSet
Type: Dundas.BI.Data.Parameters.DrillDownSet
The expanded or the collapsed drill down set to remove.
Exceptions
ExceptionCondition
ArgumentNullExceptiondrillDownSet is null.
See Also