TotalsCalculationRuleDataUseDetailLevels Property |
Gets or sets a value indicating whether the detail levels should be used in calculations.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "useDetailLevels")]
public bool UseDetailLevels { get; set; }<DataMemberAttribute(Name := "useDetailLevels")>
Public Property UseDetailLevels As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"useDetailLevels")]
property bool UseDetailLevels {
bool get ();
void set (bool value);
}[<DataMemberAttribute(Name = "useDetailLevels")>]
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