Image Files

The extra parameter in the getBuilder() call specifies the directory in which to place the additional image files. If it is omitted, it defaults to the current directory. Image files are produced as PNG or JPEG files.

ReportEnv.setProperty("image.type", "png");

//or

ReportEnv.setProperty("image.type", "jpeg");

If an image element in the report uses a URL for image location, no image file will be generated. Instead, the specified URL is placed in the generated HTML as the image location.

<< 3.8.3 Exporting to HTML Programmatically © 1996-2013 InetSoft Technology Corporation (v11.5) Exporting an HTML Bundle >>