A script-enabled browser is required for this page to function properly.

Selecting an image URL from the database

Notes:

To select a URL from the database that points to an image to include in an HTML report:

  1. Create a query, with a SELECT statement that selects a column containing URLs.

  2. In the Data Model view, double-click the column containing the URLs to display the Property Inspector.

  3. Under the Column node:

  4. If you are developing a JSP-based Web report, you will also need to add the containsHtml attribute to the <rw:field> JSP tag for the column, as follows:

  5. To preview your report output with Web layout in a Web browser, choose Programright arrowRun Web Layout to run the Web Source. If you have made changes to the Web Source view (for JSP-based Web reports), this enables you to immediately see the effect of your changes on the output.

See also

About images

Selecting an image from the database

Linking an image object to a file

Linking an image object to a URL

Importing an image (for images of format TIFF, JFIF, BMP, TGA, PCX, PICT, GIF, CALS, RAS, OIF, PCD)

About HTML and HTMLCSS output