Returns the client data for the specified dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
public MultiDimensionalData GetItemData(
string dashboardItemName
)
Public Function GetItemData(
dashboardItemName As String
) As MultiDimensionalData
Type | Name | Description |
---|---|---|
String | dashboardItemName | A String that specifies the component name of the dashboard item. |
Type | Description |
---|---|
MultiDimensionalData | A MultiDimensionalData object that represents multidimensional data visualized in the dashboard item. |
The GetItemData method also allows you to obtain hidden measures used in the specified dashboard item.