GRW reference for Genero BDL applications / Reporting API Functions |
Use these 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. |
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.