report generation, and serialization [message #42822] |
Fri, 03 June 2005 12:46  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
>
>
>
>
>
>
>
>
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.05979 seconds