Skip to main content



      Home
Home » Archived » BIRT » API Description Getting A Report To Run
API Description Getting A Report To Run [message #48022] Sun, 19 June 2005 18:19 Go to next message
Eclipse UserFriend
Hi All,

In the ...engine.api description there is sample code:

ReportEngine engine = new ReportEngine(null);
IReportRunnable design = engine.openReportDesign("C:/temp/test.rptdesign");
IRunAndRenderTask task = engine.createRunAndRenderTask(design);
IOutputSetting setting = new OutputSetting();
setting.setOutputFileName("C:/temp/test.html");
task.setOutputSetting(setting);
task.run();

Where do you import IOutputSetting and OutputStting from. Don't see them in
the API.

Thanks for any help.

Tom
Re: API Description Getting A Report To Run [message #51835 is a reply to message #48022] Mon, 27 June 2005 13:16 Go to previous message
Eclipse UserFriend
Hi, Tom,

The correct interface to use is IRenderOption.

Stanley Wang
BIRT Engine
Previous Topic:width of cells?
Next Topic:page number
Goto Forum:
  


Current Time: Sun Jul 06 17:11:10 EDT 2025

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

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

Back to the top