public void report(IReport report, MoDi.ReportStyle reportStyle) {
log.debug("creating reporter for style: " + reportStyle);
IReporter reporter = ReporterFactory.create(reportStyle);
log.debug("reporter: " + reporter);
reporter.report(report);
}
public ReportStyle getReportStyle(String style) throws MoDiException {
if (style == null || style.equals(""))