ActiveReports 12
ForEach Method (StyleSheet)

GrapeCity.ActiveReports.v12 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.
An element in the collection has been modified. This exception is thrown starting with the .NET Framework 4.5.
See Also

Reference

StyleSheet Class
StyleSheet Members