FlexReport for WPF
Sections プロパティ (FlexReport)


C1.WPF.Report アセンブリ > C1.WPF.Report 名前空間 > FlexReport クラス : Sections プロパティ
レポート定義内の Section オブジェクトのコレクションを取得します。
シンタックス
'宣言
 
Public ReadOnly Property Sections As SectionCollection
'使用法
 
Dim instance As FlexReport
Dim value As SectionCollection
 
value = instance.Sections
public SectionCollection Sections {get;}
解説
このコレクションには、常に存在する標準レポート セクション (詳細、ヘッダー、フッター、ページヘッダー、およびページフッター) に対応する少なくとも5つの項目が常に含まれます。
参照

FlexReport クラス
FlexReport メンバ