public class ReportSectionCollection : System.Collections.ObjectModel.ObservableCollection<ReportSection>
'宣言 Public Class ReportSectionCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of ReportSection)
注:Report の各セクションを新しいページで開始します。例えば、3 つの EmbeddedVisualReportSection (XamDataGrid の 1 つ、簡易ビジュアル要素の 2 つ) を持つ Report を作成された場合、先のセクションのページで使用可能なスペースがある可能性がありますが、各セクションは新しいページで開始します。
ReportSectionCollection メンバ Infragistics.Windows.Reporting 名前空間 Report クラス Sections プロパティ Infragistics.Windows.Reporting.ReportSection EmbeddedVisualReportSection クラス