GrapeCity ActiveReports for .NET 16.0J
AddRange メソッド (ReportItemCollection)

GrapeCity.ActiveReports.PageReportModel 名前空間 > ReportItemCollection クラス : AddRange メソッド
追加するReportItemCollectionオブジェクト。
ReportItemCollectionを既存のReportItemCollectionに追加します。
シンタックス
'宣言
 
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of ReportItem) _
) 
public void AddRange( 
   IEnumerable<ReportItem> collection
)

パラメータ

collection
追加するReportItemCollectionオブジェクト。
参照

ReportItemCollection クラス
ReportItemCollection メンバ