DashboardViewer.GetUnderlyingData Method
Name | Parameters | Description |
---|---|---|
GetUnderlyingData(String) | dashboardItemName | Returns underlying data for the specified dashboard item. |
GetUnderlyingData(String, IList<AxisPoint>) | dashboardItemName, targetValues | Returns underlying data for the specified dashboard item by the specified axis points. |
GetUnderlyingData(String, IList<AxisPoint>, IList<String>) | dashboardItemName, targetValues, dataMembers | Returns underlying data for the specified dashboard item by the specified axis points. |
GetUnderlyingData(String, IList<UnderlyingDataTargetValue>) | dashboardItemName, targetValues | Returns underlying data for the specified dashboard item by the specified dimension values. |
GetUnderlyingData(String, IList<UnderlyingDataTargetValue>, IList<String>) | dashboardItemName, targetValues, dataMembers | Returns underlying data for the specified dashboard item by the specified dimension values. |
GetUnderlyingData(String, IList<String>) | dashboardItemName, dataMembers | Returns underlying data for the specified dashboard item by the specified data members. |
Feedback