Performs a drill-down for the required element by its value.
Namespace: DevExpress.DashboardWeb.Scripts
Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll
public void PerformDrillDown(
string itemName,
object value
)
Public Sub PerformDrillDown(
itemName As String,
value As Object
)
Type | Name | Description |
---|---|---|
String | itemName | A String that species the component name of the dashboard item. |
Object | value | A value that will be used to perform a drill-down for the required element. |