Back to Devexpress

DashboardDataSet Class

dashboard-devexpress-dot-dashboardcommon-a50d18c6.md

latest3.0 KB
Original Source

DashboardDataSet Class

Represents a list of records displayed within the dashboard item.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DashboardDataSet :
    DashboardDataSet<DashboardDataRow>
vb
Public Class DashboardDataSet
    Inherits DashboardDataSet(Of DashboardDataRow)

The following members return DashboardDataSet objects:

Show 11 links

Remarks

Records from the DashboardDataSet contain dimension values that can be used to set the master filter or perform a drill-down in code.

Individual rows in the DashboardDataSet are represented by DashboardDataRow objects.

Inheritance

Object DevExpress.DashboardCommon.Native.DashboardDataSet<DashboardDataRow> DashboardDataSet

See Also

DashboardDataSet Members

DevExpress.DashboardCommon Namespace