GRW Reference / Reporting API Functions |
Function | Description |
---|---|
fgl_report_setAuthor (author STRING) | Function to set the report author meta data value |
fgl_report_setTitle (title STRING) | Function to set the report title |
fgl_report_setCreator (creator STRING) | Function to set the report creator meta data value |
fgl_report_setSubject (subject STRING) | Function to set the report subject meta data value |
fgl_report_setKeywords (keywords STRING) | Function to set the report keywords meta data 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.