Package org.eclipse.birt.report.engine.api

Examples of org.eclipse.birt.report.engine.api.IReportEngine.shutdown()


    // render the report and destroy the engine
    // Note - If the program stays resident do not shutdown the Platform or
    // the Engine
    task2.close();
    engine.shutdown();
    Platform.shutdown();
    System.out.println("Finished");
  }

  /**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.