TotalsCalculationRuleUseDetailLevels Property

Gets or sets a value indicating whether the detail levels should be used in calculations.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public bool UseDetailLevels { get; set; }

Property Value

Type: Boolean
If set to all the computations use data for the requested hierarchies detail levels; otherwise, grand totals are calculated using subtotals data.
See Also