Back to Devexpress

DashboardDesigner.CalculateHiddenTotals Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-72952396.md

latest2.2 KB
Original Source

DashboardDesigner.CalculateHiddenTotals Property

Gets or sets whether to calculate totals for the hidden data items.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[DefaultValue(false)]
public bool CalculateHiddenTotals { get; set; }
vb
<DefaultValue(False)>
Public Property CalculateHiddenTotals As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , to calculate hidden totals; otherwise, false.

|

Remarks

Set the CalculateHiddenTotals property to true to calculate totals for the hidden measures.

Tip

Refer to the DashboardViewer.CalculateHiddenTotals property for an example of use.

For displayed values, you can obtain hidden measures values regardless of the CalculateHiddenTotals property’s value.

Implements

CalculateHiddenTotals

See Also

Hidden Data Items

Obtaining Underlying and Displayed Data

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace