GrapeCity ActiveReports for .NET 14.0J
SectionCollection クラス
メンバ 

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports 名前空間 : SectionCollection クラス
レポートレイアウト内のすべてのセクション(Sectionオブジェクト)のコレクションを表します。
オブジェクト モデル
SectionCollection クラス
シンタックス
'宣言
 
Public Class SectionCollection 
   Inherits System.Collections.CollectionBase
public class SectionCollection : System.Collections.CollectionBase 
解説

このコレクションを使用して、セクションの追加や削除、およびレポート内の個々のセクションへのアクセスが行えます。このコレクションを使用すると、実行時に動的レポートを作成できます。

継承階層

System.Object
   System.Collections.CollectionBase
      GrapeCity.ActiveReports.SectionCollection

参照

SectionCollection メンバ
GrapeCity.ActiveReports 名前空間
Section クラス
Detail クラス
GroupFooter クラス
GroupHeader クラス
PageFooter クラス
PageHeader クラス
ReportFooter クラス
ReportHeader クラス