コード例 #1
0
 public void AddSectionToTop(ReportSection section)
 {
     this.Sections.Insert(0, section);
 }
コード例 #2
0
 public void AddSection(ReportSection section)
 {
     this.Sections.Add(section);
 }