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

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports 名前空間 > SectionCollection クラス > Add メソッド : Add(SectionType,String) メソッド
新しいセクションの SectionType 。
新しいセクションの名前。レポート内で一意である必要があります。
指定した名前でコレクションに新しいセクションを追加します。
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal type As SectionType, _
   ByVal name As String _
) As Section
public Section Add( 
   SectionType type,
   string name
)

パラメータ

type
新しいセクションの SectionType 。
name
新しいセクションの名前。レポート内で一意である必要があります。
参照

SectionCollection クラス
SectionCollection メンバ
オーバーロード一覧