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 (26.2.0.1000)
Syntax
public class DrillDownSet : IEquatable<DrillDownSet>

The DrillDownSet type exposes the following members.

Constructors
 NameDescription
Public methodDrillDownSet(DataRequest, IListMemberValue) Initializes a new instance of the DrillDownSet class.
Public methodDrillDownSet(IListMemberValue, PlacementPosition) Initializes a new instance of the DrillDownSet class.
Public methodDrillDownSet(MetricSet, IListMemberValue) Initializes a new instance of the DrillDownSet class.
Top
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(DrillDownSet)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Top
See Also