GrapeCity ActiveReports for .NET 16.0J
Find メソッド (StyleSheet)

GrapeCity.ActiveReports.PageReportModel 名前空間 > StyleSheet クラス : Find メソッド
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 first occurrence within the entire List.
シンタックス
'宣言
 
Public Function Find( _
   ByVal match As Predicate(Of Style) _
) As Style
public Style Find( 
   Predicate<Style> match
)

パラメータ

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

戻り値の型

The first 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 メンバ