GrapeCity ActiveReports for .NET 16.0J
ForEach メソッド (StyleSheet)

GrapeCity.ActiveReports.PageReportModel 名前空間 > StyleSheet クラス : ForEach メソッド
The Action delegate to perform on each element of the List.
Performs the specified action on each element of the List.
シンタックス
'宣言
 
Public Sub ForEach( _
   ByVal action As Action(Of Style) _
) 
public void ForEach( 
   Action<Style> action
)

パラメータ

action
The Action delegate to perform on each element of the List.
例外
例外解説
action is null 参照 (Visual Basicでは Nothing).
An element in the collection has been modified.
参照

StyleSheet クラス
StyleSheet メンバ