SingleRecordRepresentationType Enumeration

Enumeration that contains the supported rules for single record representation.

Namespace:  Dundas.BI.Data
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public enum SingleRecordRepresentationType
Members
  Member nameValueDescription
NotSet0 The single record representation rule has not been set up.
Custom1 Indicates a custom single record representation rule.
First2 Indicates the first record in the result is used for single record representation.
Last3 Indicates the last record in the result is used for single record representation.
IndexOf4 Indicates the record with the specified index in the result is used for single record representation.
LastIndexOf5 Indicates the record with the specified index from the end of the result is used for single record representation.
Average6 Indicates a non dimensional record used for single record representation, where the measures are calculated using the average of the corresponding descriptor values.
AverageOfFirst7 Indicates a non dimensional record used for single record representation. The measures are calculated using the average of the specified values from the top of the result for the corresponding descriptor.
AverageOfLast8 Indicates a non dimensional record used for single record representation. The measures are calculated using the average of the specified values from the bottom of the result for the corresponding descriptor.
Sum9 Indicates a non dimensional record used for single record representation, where the measures are calculated using the sum of the corresponding descriptor values.
SumOfFirst10 Indicates a non dimensional record used for single record representation. The measures are calculated using the sum of the specified values from the top of the result for the corresponding descriptor.
SumOfLast11 Indicates a non dimensional record used for single record representation. The measures are calculated using the sum of the specified values from the bottom of the result for the corresponding descriptor.
See Also