fgl_report_setBrowserDocumentDirectoryURL

Configures the URL by which the document directory for browser viewing will be visible from a web server.

Syntax

fgl_report_setBrowserDocumentDirectoryURL(
  directory STRING)
  1. directory - The URL by which the document directory for browser viewing will be visible from a web server.

Usage

For use by Genero Report Viewer for HTML5, when Browser is selected as the output device.

For an example of Genero code using a reporting function, see Using report output functions. This example may not use the specific function discussed in this topic, however it provides details on where you would place this (and other) report output functions.