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

GrapeCity.ActiveReports.PageReportModel 名前空間 > StyleSheet クラス : TrueForAll メソッド
The Predicate delegate that defines the conditions to check against the elements.
Determines whether every element in the List matches the conditions defined by the specified predicate.
シンタックス
'宣言
 
Public Function TrueForAll( _
   ByVal match As Predicate(Of Style) _
) As Boolean
public bool TrueForAll( 
   Predicate<Style> match
)

パラメータ

match
The Predicate delegate that defines the conditions to check against the elements.

戻り値の型

true if every element in the List matches the conditions defined by the specified predicate; otherwise, false. If the list has no elements, the return value is true.
例外
例外解説
match is null 参照 (Visual Basicでは Nothing).
参照

StyleSheet クラス
StyleSheet メンバ