ActiveReports 12
FindAll Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class : FindAll Method
The Predicate delegate that defines the conditions of the elements to search for.
Retrieves all the elements that match the conditions defined by the specified predicate.
Syntax
'Declaration
 
Public Function FindAll( _
   ByVal match As Predicate(Of Style) _
) As List(Of Style)
public List<Style> FindAll( 
   Predicate<Style> match
)

Parameters

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

Return Value

A List containing all the elements that match the conditions defined by the specified predicate, if found; otherwise, an empty List.
Exceptions
ExceptionDescription
match is null.
See Also

Reference

StyleSheet Class
StyleSheet Members