バージョン

ReportSectionCollection クラス

by Report で使用される Infragistics.Windows.Reporting.ReportSection オブジェクトのコレクション。
シンタックス
'宣言
 
Public Class ReportSectionCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of ReportSection)
解説

注:Report の各セクションを新しいページで開始します。例えば、3 つの EmbeddedVisualReportSection (XamDataGrid の 1 つ、簡易ビジュアル要素の 2 つ) を持つ Report を作成された場合、先のセクションのページで使用可能なスペースがある可能性がありますが、各セクションは新しいページで開始します。

参照