FlexReport for WinForms
FindAll メソッド (RplRecs)


C1.Document アセンブリ > C1.Ssrs.RplReader.Recs 名前空間 > RplRecs クラス : FindAll メソッド
シンタックス
'宣言
 
Public Function FindAll( _
   ByVal match As System.Predicate(Of RplRec) _
) As System.Collections.Generic.List(Of T)
'使用法
 
Dim instance As RplRecs
Dim match As System.Predicate(Of RplRec)
Dim value As System.Collections.Generic.List(Of T)
 
value = instance.FindAll(match)
public System.Collections.Generic.List<T> FindAll( 
   System.Predicate<RplRec> match
)

パラメータ

match
参照

参照

RplRecs クラス
RplRecs メンバ