Back to Devexpress

DashboardViewer.GetAvailableDrillDownValues(String) Method

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-dot-getavailabledrilldownvalues-x28-system-dot-string-x29.md

latest2.5 KB
Original Source

DashboardViewer.GetAvailableDrillDownValues(String) Method

Returns data identifying the elements that can be used to perform drill-down in the specified dashboard item.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public IList<AxisPointTuple> GetAvailableDrillDownValues(
    string dashboardItemName
)
vb
Public Function GetAvailableDrillDownValues(
    dashboardItemName As String
) As IList(Of AxisPointTuple)

Parameters

NameTypeDescription
dashboardItemNameString

A String that is the component name of the dashboard item.

|

Returns

TypeDescription
IList<AxisPointTuple>

A list of AxisPointTuple objects identifying elements that can be used to perform drill-down in the specified dashboard item.

|

Implements

GetAvailableDrillDownValues(String)

See Also

PerformDrillDown

GetAvailableFilterValues(String)

Synchronize Master Filter and Drill Down Actions Between Dashboards

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace