Skip to main content



      Home
Home » Archived » BIRT » Birt URL Run command without render
Birt URL Run command without render [message #160676] Fri, 12 May 2006 13:39 Go to next message
Eclipse UserFriend
Originally posted by: ekelly.curamsoftware.com

Is it possible to invoke the run action from a web browser and having the
report files saved in the specified (PDF/HTML) format without the return
render stream. In effect an invocation from the viewer to the engine for a
runTask only and not a runAndRenderTask. => the generation phase without
the presentation phase.

Also, A reference to the generated ReportDocument is to be stored in a
list at the browser for a presentation url action at a later stage. Eg. A
URL download command would be useful where report engine phase
2(presentation) is performed and the output sent to the browser.

Is there any easy way to do this at present?

Any help appreciated, Thanks
Re: Birt URL Run command without render [message #161608 is a reply to message #160676] Tue, 16 May 2006 16:02 Go to previous messageGo to next message
Eclipse UserFriend
This is possible doing it yourself with your own servlet and report engine
api. Another option is to specify the __document parameter to save to the
document wherever you want.

Jason

"Eoin" <ekelly@curamsoftware.com> wrote in message
news:776e8ede68e110eac0c394573bc1e933$1@www.eclipse.org...
>
> Is it possible to invoke the run action from a web browser and having the
> report files saved in the specified (PDF/HTML) format without the return
> render stream. In effect an invocation from the viewer to the engine for a
> runTask only and not a runAndRenderTask. => the generation phase without
> the presentation phase.
> Also, A reference to the generated ReportDocument is to be stored in a
> list at the browser for a presentation url action at a later stage. Eg. A
> URL download command would be useful where report engine phase
> 2(presentation) is performed and the output sent to the browser.
>
> Is there any easy way to do this at present?
>
> Any help appreciated, Thanks
Re: Birt URL Run command without render [message #162072 is a reply to message #160676] Wed, 17 May 2006 18:07 Go to previous message
Eclipse UserFriend
Originally posted by: sam.morrison.altres.com

What are you using to call the URL? You could write a little wrapper
app, I am using PHP, to call the URL and get the render as a binary dump
that you can save wherever you want. I am using curl, but there are many
ways to do this. This also makes it very easy to wrap any authentication
requirements you have around the process.

sam

Eoin wrote:
>
> Is it possible to invoke the run action from a web browser and having
> the report files saved in the specified (PDF/HTML) format without the
> return render stream. In effect an invocation from the viewer to the
> engine for a runTask only and not a runAndRenderTask. => the generation
> phase without the presentation phase.
> Also, A reference to the generated ReportDocument is to be stored in a
> list at the browser for a presentation url action at a later stage. Eg.
> A URL download command would be useful where report engine phase
> 2(presentation) is performed and the output sent to the browser.
>
> Is there any easy way to do this at present?
>
> Any help appreciated, Thanks
Previous Topic:How to set list-property parameters for a DataSet using DE API
Next Topic:how can i write jdbc statments in BIRT
Goto Forum:
  


Current Time: Mon May 12 17:30:24 EDT 2025

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

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

Back to the top