ActiveReports 12
Exists Method

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

Parameters

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

Return Value

true if the List contains one or more elements that match the conditions defined by the specified predicate; otherwise, false.
Exceptions
ExceptionDescription
match is null.
See Also

Reference

StyleSheet Class
StyleSheet Members