private static void initEngine() {
EngineConfig conf = new EngineConfig();
// Create new Report engine based off of the configuration
engine = new ReportEngine(conf);
// With our new engine, lets try to open the report design
try {
runnable = engine.openReportDesign(outputReportFile);
} catch (Exception e) {