Version

SetFilterSelectedValues Method (RevealView)

Sets the selected values for the given filter.
Syntax
'Declaration
 
Public Sub SetFilterSelectedValues( _
   ByVal filter As RVDashboardFilter, _
   ByVal selectedValues As List(Of Object) _
) 
public void SetFilterSelectedValues( 
   RVDashboardFilter filter,
   List<object> selectedValues
)

Parameters

filter
The filter to set the selection to. It might be obtained from dashboard.Filters[index] or dashboard.GetFilterByTitle(title)
selectedValues
The array of selected values containing the new selection for the filter, like ['United States', 'France']
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also