DashboardViewer.GetCurrentSelection(String) Method
Returns records identifying currently selected elements in the master filter item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v19.2.Win.dll
Declaration
public DashboardDataSet GetCurrentSelection(
string dashboardItemName
)
Public Function GetCurrentSelection(
dashboardItemName As String
) As DashboardDataSet
Parameters
Name |
Type |
Description |
dashboardItemName |
String |
A String that is the component name of the master filter item.
|
Returns
See Also