public ReportRenderer(Base.Report report) { _report = report; }
public ReportBuilder() { _report = new Base.Report(); DefaultStyle = new Style(); }