バージョン

GetFilterSelectedValues メソッド

SetFilterSelectedValues を使用して以前に設定された特定のフィルターの選択値のリストを返します。このメソッドは、以前に設定された選択のみを返し、ダッシュボードに保存された選択は返しません。
シンタックス
'宣言
 
Public Function GetFilterSelectedValues( _
   ByVal filterId As String _
) As List(Of Object)
public List<object> GetFilterSelectedValues( 
   string filterId
)

パラメータ

filterId
RVDashboardFilter.Id によって返される、値を返すフィルターの ID。

戻り値の型

SetFilterSelectedValues を使用して以前に設定された特定のフィルターの選択値のリスト。
プラットフォーム

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

参照