Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11:22 Go to next message
IndraKumar  is currently offline IndraKumar Friend
Messages: 2
Registered: September 2010
Junior Member
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 14:55 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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 17:09 Go to previous messageGo to next message
Gaurav Sahni is currently offline Gaurav SahniFriend
Messages: 19
Registered: September 2010
Junior Member
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 17:53 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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: Thu Apr 25 01:12:14 GMT 2024

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

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

Back to the top