A newer version of this page is available.
Switch to the current version.
DashboardDesigner.GetAvailableSelections(String) Method
Obsolete. Returns records identifying elements that can be selected in the current state of the master filter item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
Declaration
[Obsolete("The DevExpress.DashboardWin.DashboardDesigner.GetAvailableSelections method is now obsolete. Use the DevExpress.DashboardWin.DashboardDesigner.GetAvailableDrillDownValues and DevExpress.DashboardWin.DashboardDesigner.GetAvailableFilterValues methods instead.")]
public DashboardDataSet GetAvailableSelections(
string dashboardItemName
)
<Obsolete("The DevExpress.DashboardWin.DashboardDesigner.GetAvailableSelections method is now obsolete. Use the DevExpress.DashboardWin.DashboardDesigner.GetAvailableDrillDownValues and DevExpress.DashboardWin.DashboardDesigner.GetAvailableFilterValues methods instead.")>
Public Function GetAvailableSelections(
dashboardItemName As String
) As DashboardDataSet
Parameters
Name | Type | Description |
---|---|---|
dashboardItemName | String | A String that is the component name of the master filter item. |
Returns
Type | Description |
---|---|
DashboardDataSet | A DashboardDataSet object that represents a list of records identifying elements of the master filter item. |
See Also
Feedback