ActiveReports 12
RemoveAll Method

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

Parameters

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

Return Value

The number of elements removed from the List .
Exceptions
ExceptionDescription
match is null.
See Also

Reference

StyleSheet Class
StyleSheet Members