Jump to content

Problems while exporting report to HTML Stream


dnvsrikanth

Recommended Posts

Hi

 

I am trying to export a report to different formats. Exporting the report to all other formats is success except for HTML format. The report is being exported to HTML format but The web page is unable to show the images that are being exported. Can anyone help me out in this regard...

 

Thanks in advance

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

go to the properties of image in ireport and

In image expression give the image path like

"/images/pdf-icon.gif"

and the check the "Is Lazy" checkbox given at end of the

image tab in ireport.

and add this to exporter

exporter.setParameter(JRHtmlExporterParameter.IMAGES_URI, "image?image=");

Link to comment
Share on other sites

rathina04 wrote:

go to the properties of image in ireport and
In image expression give the image path like
"/images/pdf-icon.gif"
and the check the "Is Lazy" checkbox given at end of the
image tab in ireport.
and add this to exporter
exporter.setParameter(JRHtmlExporterParameter.IMAGES_URI, "image?image=");

 

Would you mind explaining these fields? I'm about to face a similar issue and would like to understand what I'm doing ;)

Link to comment
Share on other sites

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...