ActiveReports 12
TrueForAll Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class : TrueForAll Method
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.
Syntax
'Declaration
 
Public Function TrueForAll( _
   ByVal match As Predicate(Of Style) _
) As Boolean
public bool TrueForAll( 
   Predicate<Style> match
)

Parameters

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

Return Value

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.
Exceptions
ExceptionDescription
match is null.
See Also

Reference

StyleSheet Class
StyleSheet Members