Exemplo n.º 1
0
 public void AddSectionToTop(ReportSection section)
 {
     this.Sections.Insert(0, section);
 }
Exemplo n.º 2
0
 public void AddSection(ReportSection section)
 {
     this.Sections.Add(section);
 }