Skip to main content



      Home
Home » Archived » BIRT » Cannot export to HTML
Cannot export to HTML [message #239476] Tue, 22 May 2007 17:15
Eclipse UserFriend
Originally posted by: asa101.gamil.com

Hello,

I am trying to export a birt report (developed in 2.1.2) to an HTML
format from a java application as follows:

HTMLRenderOption options = new HTMLRenderOption();
options.setOutputFileName(outputFile);
options.setOutputFormat(outputFormat);

runTask.setRenderOption(options);

runTask.run();

This works well for the PDF format but not for HTML format and wondering
if I need to do anything else to get an HTML output.

Thanks in advance.
Previous Topic:Help with data extraction in 2.0.2
Next Topic:Some Cube Questions
Goto Forum:
  


Current Time: Sun Nov 09 22:48:41 EST 2025

Powered by FUDForum. Page generated in 0.04430 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top