Posts Tagged ‘html’

Developing an Eclipse BIRT XML Report Rendering Extension

Developing an Eclipse BIRT XML Report Rendering Extension

BIRT Report Engine provides report rendering extensions that render a report in HTML, PDF, XLS, PostScript, and Microsoft Word and PowerPoint. In BIRT release 2.2.1, the BIRT report rendering extension API supports rendering a report in a customized format, such as XML.

This article describes a sample implementation of customized XML report rendering extension, org.eclipse.birt.report.engine.emitter.xml. The sample code creates a plug-in that writes the data contents of a report to a file in the specified format.
(more…)

Posted by admin on May 5th, 2008 No Comments