DrillDownSet Class

Class used to encapsulate drill down information for a set of hierarchy members.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.ParametersDrillDownSet

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class DrillDownSet : IEquatable<DrillDownSet>

The DrillDownSet type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildCount
Gets the count for the expanded tuples.
Public propertyMembers
Gets the members in the drill down set.
Public propertyPlacement
Gets the value indicating whether drill down is used on columns or rows.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(DrillDownSet)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
See Also