Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » embedding BIRT-reports in html/jsp
embedding BIRT-reports in html/jsp [message #103627] Tue, 03 January 2006 17:25 Go to next message
Eclipse UserFriend
Originally posted by: michael.sheepfcafe.de

Has anyone a good hint or - even better - a small tutorial, that explains
how to embed a BIRT report into an existing website: no frames, no
iframes, no new window but 100% embedded code? I'm desperated :-o
thanx, michael
Re: embedding BIRT-reports in html/jsp [message #104264 is a reply to message #103627] Wed, 04 January 2006 19:19 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Michael,

How are you going to collect parameters and how do you want the output
displayed?

Jason Weathersby
BIRT PMC

"Michael" <michael@sheepfcafe.de> wrote in message
news:cbe0a9c0894f395154dda56f51d3951e$1@www.eclipse.org...
> Has anyone a good hint or - even better - a small tutorial, that explains
> how to embed a BIRT report into an existing website: no frames, no
> iframes, no new window but 100% embedded code? I'm desperated :-o
> thanx, michael
>
>
Re: embedding BIRT-reports in html/jsp [message #104526 is a reply to message #104264] Thu, 05 January 2006 02:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mk.krumedia.de

well, this is *my* question, Jason ;-) how SHOULD i collect parameters and
how SHOULD i make the output, so the graph/report is embedded ?

b.t.w. see
http://www.eclipse.org/newsportal/article.php?id=4231&gr oup=eclipse.birt#4231
this guy has exactly the same problem.

best,
michael
Re: embedding BIRT-reports in html/jsp [message #104855 is a reply to message #104526] Thu, 05 January 2006 15:36 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Michael,

If you use the Viewer that is supplied with BIRT you can do away with the
frameset.
By default running the report uses /viewer/frameset?restofurl. If you
change this to
/viewer/run?restofurl this returns the entire report in html without the
frameset.
If you are using the engine API you can create your report HTML somewhere
and use the
HTMRenderOption.setEmbeddable(true) to remove the <HTML> tags so you can
embedd it in an existing JSP page.

Jason


"Michael" <mk@krumedia.de> wrote in message
news:c8c977dcfdb81cf40670324c6cab316c$1@www.eclipse.org...
> well, this is *my* question, Jason ;-) how SHOULD i collect parameters and
> how SHOULD i make the output, so the graph/report is embedded ?
>
> b.t.w. see
> http://www.eclipse.org/newsportal/article.php?id=4231&gr oup=eclipse.birt#4231
> this guy has exactly the same problem.
> best,
> michael
>
Re: embedding BIRT-reports in html/jsp [message #1808425 is a reply to message #104855] Mon, 24 June 2019 11:27 Go to previous message
Deepak Shukla is currently offline Deepak ShuklaFriend
Messages: 2
Registered: June 2019
Junior Member
Help me in integrating birt reports and charts into an application/dashboard. Kindly share the detailed solution with me.
Previous Topic:How create a new chart type.
Next Topic:java.lang.IllegalArgumentException: the dataCountOfUnit of 1 is less than 2 , and then merge sort on
Goto Forum:
  


Current Time: Tue Mar 19 06:42:41 GMT 2024

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

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

Back to the top