Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-report-engine-dev] implement engine

how to implement the engine in my application, and not to make an external call ?

Thank you

sample

       EngineConfig config = new EngineConfig();
       PDFRenderContext renderContext = new PDFRenderContext();

//      Create the report engine
   //    IReportEngine engine = null ;
Platform.startup(config); IReportEngineFactory factory = (IReportEngineFactory) Platform.createFactoryObject( IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY );
       engine = factory.createReportEngine( config );

error here

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top