Functions to set Report Metadata for Compatibility Reports

Use these functions to set report metadata for compatibility reports.

Table 1. Functions to set Report Metadata for Compatibility Reports
Function Description
fgl_report_setAuthor (author STRING)
Function to set the report author metadata value.
fgl_report_setTitle (title STRING)
Function to set the report title metadata value.
fgl_report_setCreator (creator STRING)
Function to set the report creator metadata value.
fgl_report_setSubject (subject STRING)
Function to set the report subject metadata value.
fgl_report_setKeywords (keywords STRING)
Function to set the report keywords metadata value.
Important: These Report Metadata functions are intended to be used for compatibility reports only. To set the metadata for standard reports, select the root node of the report in the Report Designer Properties View and set the appropriate properties.

If the target file format supports meta data, then the value is inserted into the target document. Typically this is a whitespace-separated list of key words. Calling this function to set the value supersedes the value specified in the 4rp template.