Back to Devexpress

DashboardViewer.PerformDrillDownAsync Method

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-dot-performdrilldownasync.md

latest2.2 KB
Original Source

DashboardViewer.PerformDrillDownAsync Method

NameParametersDescription
PerformDrillDownAsync(String, DashboardDataRow, CancellationToken)dashboardItemName, value, tokenPerforms a drill-down for the required element asynchronously.
PerformDrillDownAsync(String, DashboardDataRow)dashboardItemName, valuePerforms a drill-down for the required element asynchronously.
PerformDrillDownAsync(String, AxisPointTuple, CancellationToken)dashboardItemName, tuple, tokenPerforms a drill-down for the required element asynchronously.
PerformDrillDownAsync(String, AxisPointTuple)dashboardItemName, tuplePerforms a drill-down for the required element asynchronously.
PerformDrillDownAsync(String, Object, CancellationToken)dashboardItemName, value, tokenPerforms a drill-down for the required element by its value, asynchronously.
PerformDrillDownAsync(String, Object)dashboardItemName, valuePerforms a drill-down for the required element asynchronously.