DashboardViewer.PerformDrillUp(String) Method
Performs a drill-up in the specified dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v19.2.Win.dll
Declaration
public void PerformDrillUp(
string dashboardItemName
)
Public Sub PerformDrillUp(
dashboardItemName As String
)
Parameters
Name |
Type |
Description |
dashboardItemName |
String |
A String that specifies the component name of the dashboard item.
|
See Also