HierarchyStatistics Class

Class that stores the requested statistical information values for a hierarchy.
Inheritance Hierarchy

Namespace:  Dundas.BI.Instrumentation
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public class HierarchyStatistics : ElementStatistics

The HierarchyStatistics type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the cell count for the current measure.
Public propertyDistinctCount
Gets the distinct count for the current hierarchy.
Public propertyElement
Gets the analysis element unique name for which the statistics are calculated for.
(Inherited from ElementStatistics.)
Top
See Also