Exemplo n.º 1
0
 public ReportBuilder()
 {
     _report      = new Base.Report();
     DefaultStyle = new Style();
 }
Exemplo n.º 2
0
 public ReportRenderer(Report.Base.Report report)
 {
     _report = report;
 }