A newer version of this page is available.
Switch to the current version.
DashboardDesigner.PerformDrillUp(String) Method
Performs a drill-up for the specified dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.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. |
Implements
DevExpress.DashboardWin.Native.IClientSideApi.PerformDrillUp(String)
See Also
Feedback