Version

GetFilterSelectedValues Method

Returns the list of selected values for the given filter previously set using SetFilterSelectedValues. Please note this method will return only those selections previously set, it does not return selections stored in the dashboard.
Syntax
'Declaration
 
Public Function GetFilterSelectedValues( _
   ByVal filterId As String _
) As List(Of Object)
public List<object> GetFilterSelectedValues( 
   string filterId
)

Parameters

filterId
the ID of the filter to return the values for, as returned by RVDashboardFilter.Id

Return Value

The list of selected values for the given filter previously set using SetFilterSelectedValues.
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