GrapeCity ActiveReports for .NET 14.0J
Insert(Int32,SectionType,String) メソッド

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports 名前空間 > SectionCollection クラス > Insert メソッド : Insert(Int32,SectionType,String) メソッド
新しいセクションを挿入する位置を指定する、0から始まるインデックス。
挿入するセクションの SectionType 。
新しいセクションの一意の名前。
種類と名前を指定して新しいセクションを作成し、SectionCollection内の指定したインデックスに挿入します。
シンタックス
'宣言
 
Public Overloads Function Insert( _
   ByVal index As Integer, _
   ByVal type As SectionType, _
   ByVal name As String _
) As Section
public Section Insert( 
   int index,
   SectionType type,
   string name
)

パラメータ

index
新しいセクションを挿入する位置を指定する、0から始まるインデックス。
type
挿入するセクションの SectionType 。
name
新しいセクションの一意の名前。

戻り値の型

作成してコレクションに追加するセクション。

解説

Report、Page、Groupセクションは、ヘッダとフッタのペアで追加する必要があります。InsertReportHF、InsertPageHF、InsertGroupHFの各メソッドを使用すると、ヘッダとフッタを確実に組み合わせることができます。

参照

SectionCollection クラス
SectionCollection メンバ
オーバーロード一覧
InsertReportHF メソッド
InsertPageHF メソッド
InsertGroupHF メソッド