Skip to main content



      Home
Home » Archived » BIRT » report generation, and serialization
report generation, and serialization [message #42822] Fri, 03 June 2005 12:46 Go to next message
Eclipse UserFriend
Just checking, as I haven't actually tried this yet.

It is my understanding that through the engine API, I can write out a
rendered report to disk.

looking in the engine api I see

options.setOutputFileName( outputName );
task.setRenderOption( options );


I assume options.setOutputFileName is the name of the file the rendered
report will be written to?

Is this a persistant file, I can reference it latter on in my application?

Thanks for any thoughts on this.
Re: report generation, and serialization [message #45355 is a reply to message #42822] Mon, 13 June 2005 17:33 Go to previous message
Eclipse UserFriend
Take a look at the ReportRunner class in org.eclipse.birt.report.engine.api.
This class is a fully worked example that produces output to HTML or FO
(PDF).

--
Jane Tatchell
BIRT documentation lead

"Mike Boyersmith" <mjboyers@us.ibm.com> wrote in message
news:d7q1hl$g22$1@news.eclipse.org...
> Just checking, as I haven't actually tried this yet.
>
> It is my understanding that through the engine API, I can write out a
> rendered report to disk.
>
> looking in the engine api I see
>
> options.setOutputFileName( outputName );
> task.setRenderOption( options );
>
>
> I assume options.setOutputFileName is the name of the file the rendered
> report will be written to?
>
> Is this a persistant file, I can reference it latter on in my application?
>
> Thanks for any thoughts on this.
>
>
>
>
>
>
>
>
>
>
>
Previous Topic:API document about chart engine
Next Topic:Running Stand alone
Goto Forum:
  


Current Time: Tue Jul 15 07:36:29 EDT 2025

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

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

Back to the top