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