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)
Syntaxpublic bool UseDetailLevels { get; set; }Public Property UseDetailLevels As Boolean
Get
Set
public:
property bool UseDetailLevels {
bool get ();
void set (bool value);
}member UseDetailLevels : bool with get, set
Property Value
Type:
BooleanIf set to
all the computations use data for the requested hierarchies detail levels; otherwise, grand totals are calculated using subtotals data.
See Also