'宣言 Public Class Section Inherits VisualReportObject
'使用法 Dim instance As Section
public class Section : VisualReportObject
'宣言 Public Class Section Inherits VisualReportObject
'使用法 Dim instance As Section
public class Section : VisualReportObject
各 Sectionオブジェクトは、 SubSectionオブジェクトのコレクションを保持します。
各レポートには、次のセクションがあります。
詳細セクション。
レポートヘッダーセクションと レポートフッターセクション。
ページヘッダーセクションと ページフッターセクション。
レポート内の各 Groupオブジェクトに グループヘッダーセクションと グループフッターセクション。
レポート内のセクションの総数は、 になります。セクションを レポートに直接追加したり、レポートから直接削除することはできません。セクションの数は、グループの数の関数になります。
セクションは削除できませんが、 Visibleプロパティを false に設定して非表示にすることは できます。
System.Object
C1.Win.FlexReport.ReportObject
C1.Win.FlexReport.VisualReportObject
C1.Win.FlexReport.Section