Skip to main content
A newer version of this page is available. .

DashboardDesigner.PerformDrillUp(String) Method

Performs a drill-up for the specified dashboard item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public void PerformDrillUp(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

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

See Also