Skip to main content



      Home
Home » Archived » BIRT » Embeding Generated reports to other web page(Embeding Generated reports to other web page)
Embeding Generated reports to other web page [message #629720] Wed, 29 September 2010 07:22 Go to next message
Eclipse UserFriend
I Have generated the report using the BIRT Servlet . I am using the tomcat server.When i generate the report through birt servlet it is not showing the option like export to pdf,csv html and also it is not showing pagination menu and if we want to put these option using the servlet then how to do it and if we want to embed this generated reports to other web page waht is the process to make it posssible
Re: Embeding Generated reports to other web page [message #629793 is a reply to message #629720] Wed, 29 September 2010 10:55 Go to previous messageGo to next message
Eclipse UserFriend
Have you thought about using the BIRT tag library for embedding the
reports in other web pages?
http://www.eclipse.org/birt/phoenix/deploy/viewerUsage2.2.ph p#tags

Jason


On 9/29/2010 7:22 AM, IndraKumar wrote:
> I Have generated the report using the BIRT Servlet . I am using the
> tomcat server.When i generate the report through birt servlet it is not
> showing the option like export to pdf,csv html and also it is not
> showing pagination menu and if we want to put these option using the
> servlet then how to do it and if we want to embed this generated reports
> to other web page waht is the process to make it posssible
Re: Embeding Generated reports to other web page [message #629833 is a reply to message #629793] Wed, 29 September 2010 13:09 Go to previous messageGo to next message
Eclipse UserFriend
Hi Jason,

Birt Tag library is use to embed the created report . I am talking if we run the report using the BIRT Servlet and hen how to use that report in other jsp page and also if we use the jsp tag library how we can set the cache and increase the performance and how to set the export pdf html csv link and pagination in jsp page using birt jsp tag library
please help us to resolve these issue
Re: Embeding Generated reports to other web page [message #629849 is a reply to message #629833] Wed, 29 September 2010 13:53 Go to previous message
Eclipse UserFriend
Gaurav,

The tag library can be used to embed the viewer or the output from a
executed report. If you want to use your own servlet use the the Html
Render option setEmbeddable

HTMLRenderOption options = new
options.setEmbeddable(true);

You can use the setOutputStream instead of the setOutputFileName
options.setOutputStream(BufOutStr);
which can be used to render to the response object or create your own
byte array output stream which you can write out where every you want.

Jason


On 9/29/2010 1:09 PM, Gaurav Sahni wrote:
> Hi Jason,
>
> Birt Tag library is use to embed the created report . I am talking if we
> run the report using the BIRT Servlet and hen how to use that report in
> other jsp page and also if we use the jsp tag library how we can set the
> cache and increase the performance and how to set the export pdf html
> csv link and pagination in jsp page using birt jsp tag library
> please help us to resolve these issue
Previous Topic:BRIT Performance & New Birt Infrastructure
Next Topic:encoding problem
Goto Forum:
  


Current Time: Wed Jul 23 14:24:46 EDT 2025

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

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

Back to the top