ClientHierarchyOverrides Class

Class used to model client overrides for a MetricSet hierarchy usage element.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalClientHierarchyOverrides

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class ClientHierarchyOverrides

The ClientHierarchyOverrides type exposes the following members.

Constructors
  NameDescription
Public methodClientHierarchyOverrides
Initializes a new instance of the ClientHierarchyOverrides class.
Top
Properties
  NameDescription
Public propertyIsUnknownMemberCaptionBlank
Gets or sets a value indicating whether the unknown member caption is blank or not.
Public propertyLevelSortOverrides
Gets the hierarchy level sorting behavior.
Public propertyRetrieveAllMemberOnly
Gets or sets a value indicating whether all of this hierarchy's values should be collapsed into a single All Member when displayed.
Public propertyRetrieveUnknownMembers
Gets or sets a value indicating whether the unknown members should be retrieved or not.
Public propertyShownTotals
Gets or sets the shown totals for the current instance.
Public propertySkipHierarchyMemberGrouping
Gets or sets a value indicating whether the custom hierarchy member groups should be used or not.
Public propertyUniqueName
Gets the hierarchy unique name.
Public propertyUnknownMemberCaption
Gets or sets the override for the unknown member caption.
Top
See Also