Open this page in the API Guide

CombinedMeasureStatistics Class

Class that stores the requested statistical information values for all requested measures.
Inheritance Hierarchy
System.Object
  Dundas.BI.Instrumentation.ElementStatistics
    Dundas.BI.Instrumentation.CombinedMeasureStatistics

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

The CombinedMeasureStatistics type exposes the following members.

Properties
  NameDescription
Public propertyAverage
Gets the average for the current measure.
Public propertyCount
Gets the cell count for the current measure.
Public propertyDistinctCount
Gets the distinct count for the current measure values.
Public propertyElement
Gets the analysis element unique name for which the statistics are calculated for.
(Inherited from ElementStatistics.)
Public propertyMaximum
Gets the maximum value for current measure.
Public propertyMinimum
Gets the minimum value for current measure.
Public propertySmallestNonZero
Gets the smallest non zero value for current measure.
Public propertySum
Gets the sum for the current measure.
Top
See Also