ActiveReports 11
ForEach Method (StyleSheet)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class : ForEach Method
The Action delegate to perform on each element of the List.
Performs the specified action on each element of the List.
Syntax
'Declaration
 
Public Sub ForEach( _
   ByVal action As Action(Of Style) _
) 
public void ForEach( 
   Action<Style> action
)

Parameters

action
The Action delegate to perform on each element of the List.
Exceptions
ExceptionDescription
action is null.
See Also

Reference

StyleSheet Class
StyleSheet Members