GrapeCity ActiveReports for .NET 14.0J
CopyTo メソッド (SectionCollection)

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports 名前空間 > SectionCollection クラス : CopyTo メソッド
コピー先のSection。

コピーの開始位置となる、Sectionのインデックス番号。

レポートから、指定したSectionに項目をコピーします。コピーはSection内の指定されたインデックス位置から開始します。
シンタックス
'宣言
 
Public Sub CopyTo( _
   ByVal sections() As Section, _
   ByVal index As Integer _
) 
public void CopyTo( 
   Section[] sections,
   int index
)

パラメータ

sections
コピー先のSection。
index

コピーの開始位置となる、Sectionのインデックス番号。

参照

SectionCollection クラス
SectionCollection メンバ