Back to Devexpress

DashboardViewer.CanPerformDrillUp(String) Method

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

latest2.1 KB
Original Source

DashboardViewer.CanPerformDrillUp(String) Method

Returns whether drill up is possible in the current state of the specified dashboard item.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public bool CanPerformDrillUp(
    string dashboardItemName
)
vb
Public Function CanPerformDrillUp(
    dashboardItemName As String
) As Boolean

Parameters

NameTypeDescription
dashboardItemNameString

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

|

Returns

TypeDescription
Boolean

true , if drill up is possible in the current state of the specified dashboard item; otherwise, false.

|

Implements

CanPerformDrillUp(String)

See Also

CanPerformDrillDown(String)

Synchronize Master Filter and Drill Down Actions Between Dashboards

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace