REPORT_VIEWER_DIRECTORY

The REPORT_VIEWER_DIRECTORY element specifies the directory used by the Genero Web Report Viewer.

Syntax

<REPORT_VIEWER_DIRECTORY>path</REPORT_VIEWER_DIRECTORY>
  1. path specifies the path to the report viewer directory. The default path is set to $(res.gredir)/viewer, which resolves to the $GREDIR/viewer directory.

The REPORT_VIEWER_DIRECTORY element does not support any attributes or have any child elements.

Child elements

There are no child elements.

Usage

Use the REPORT_VIEWER_DIRECTORY to configure the location of the Genero Web Report Viewer, where report viewer files may be accessed. A corresponding report viewer URL prefix, /ua/report/viewer, is provided to the GRE to load the report viewer implementation.

Usage example

   #...
   <INTERFACE_TO_CONNECTOR>
     <REPORT_VIEWER_DIRECTORY>$(res.gredir)/viewer</REPORT_VIEWER_DIRECTORY>
   </INTERFACE_TO_CONNECTOR>
   #...

Parent elements

This element is a child of INTERFACE_TO_CONNECTOR.