GrapeCity ActiveReports for .NET 16.0J
FindLast メソッド

GrapeCity.ActiveReports.PageReportModel 名前空間 > StyleSheet クラス : FindLast メソッド
The Predicate delegate that defines the conditions of the element to search for.
Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List.
シンタックス
'宣言
 
Public Function FindLast( _
   ByVal match As Predicate(Of Style) _
) As Style
public Style FindLast( 
   Predicate<Style> match
)

パラメータ

match
The Predicate delegate that defines the conditions of the element to search for.

戻り値の型

The last element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type T.
例外
例外解説
match is null 参照 (Visual Basicでは Nothing).
参照

StyleSheet クラス
StyleSheet メンバ