Jump to content
We've recently updated our Privacy Statement, available here ×

html reports from web app


Recommended Posts

By: Ricardo Trindade - rjst

html reports from web app

2002-10-30 10:48

Hi,

 

I have a web application that produces pdf reports.

I'm improving it to allow also html reports. however, I can only export html reports to a file. is there a way to serve them directly without having to use files ?

 

is anyone doing this ?

 

thanks

 

 

 

 

 

 

By: Teodor Danciu - teodord

RE: html reports from web app

2002-10-30 12:38

 

Hi,

 

I'm afraid it is not possible.

At least not with the supplied HTML exporter.

 

If you have images in the report, there's no way

to send them along with the HTML code (in-line).

Even if you don't have images, this built-in HTML

exporter uses a 1 pixel transparent GIF to align the

elements.

 

So, the result of the HTML export process is not

a single file, that you could send directly over the

network, or something.

It is always a file, accompanied by a directory

containing images.

 

Thank you,

Teodor

 

 

 

 

 

By: Ricardo Trindade - rjst

RE: html reports from web app

2002-10-31 08:03

thanks for your answer.

 

I am aware of the way it works. Still, since the main use of HTML reports (I think) is to serve them online, it would be nice to be able to do it without involving the filesystem.

 

I had an ideas :

 

If the jasper HTML exporter was able to return the HTML and the images for example in an hashtable, they could be stored in the session and delivered to the client.

 

What do you think of this ?

 

thanks

Ricardo Trindade

 

 

 

 

 

 

 

By: Teodor Danciu - teodord

RE: html reports from web app

2002-10-31 13:01

 

Hi,

 

Very interesting idea!

I'll think about it.

 

Thank you,

Teodor

 

 

 

 

 

By: Teodor Danciu - teodord

RE: html reports from web app

2003-05-17 03:37

 

Hi,

 

Just wanted to say that this is already implemented

in recent versions of JasperReports.

This is how the "webapp" sample works.

 

Thank you,

Teodor

 

 

 

 

 

By: Narendar - narendar_doshi

Using Chart in Jasper report

2003-05-26 23:39

Hi,

 

How to use bar,chart or other kind of graphical illustration in jasper report?. How to built the templates using IReport designer?.

 

regards

narendar

 

 

 

 

By: Julie Bé²µbé­ orlibou

RE: Using Chart in Jasper report

2003-05-27 05:23

Me, I'm use JFreeChart.

 

You do your chart in scriptlet.

 

You can see an example in demo/samples/chart in the folder of JasperReport.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...