GrapeCity ActiveReports for .NET 12.0J
CollectLeafNodes<T> メソッド

現在のTablixメンバがリーフかどうかをチェックする関数です。
現在のTablixメンバの子を取得する関数です。
Tablixメンバのリーフのセットを返します。
構文
'宣言
 
Public Shared Function CollectLeafNodes(Of T)( _
   ByVal members As IEnumerable(Of T), _
   ByVal isLeaf As Func(Of T,Boolean), _
   ByVal getChildren As Func(Of T,IEnumerable(Of T)), _
   Optional ByVal leavesFirst As Boolean _
) As IEnumerable(Of T)
public static IEnumerable<T> CollectLeafNodes<T>( 
   IEnumerable<T> members,
   Func<T,bool> isLeaf,
   Func<T,IEnumerable<T>> getChildren,
   bool leavesFirst
)

パラメータ

members
isLeaf
現在のTablixメンバがリーフかどうかをチェックする関数です。
getChildren
現在のTablixメンバの子を取得する関数です。
leavesFirst

型パラメータ

T
参照

関連項目

TablixExtensions クラス
TablixExtensions メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.