Skip to main content
A newer version of this page is available. .

DashboardViewer.GetUnderlyingData Method

Name Parameters Description
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<AxisPoint>) dashboardItemName, targetValues Returns underlying data for the specified dashboard item by the specified axis points.
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<UnderlyingDataTargetValue>) dashboardItemName, targetValues 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.
GetUnderlyingData(String) dashboardItemName Returns underlying data for the specified dashboard item.