DataDashboardItem.IsDataReduced Property
OBSOLETE
This method is now obsolete.
Gets whether this dashboard item displays only a part of its data in order to retain performance.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[Browsable(false)]
[Obsolete("This method is now obsolete.")]
public bool IsDataReduced { get; }
Property Value
Type | Description |
---|---|
Boolean | true, if this dashboard item displays only a part of its data in order to retain performance; otherwise, false. |
Remarks
When a dashboard item is bound to a very large dataset, the DashboardDesigner displays only a part of the item’s data to save system resources. In this instance, the dashboard item displays a warning sign within its caption, and the IsDataReduced property returns true.
Note
In the Dashboard Viewer, dashboard items always display all data.