The Report Design Document / Designing a Report |
The title, author, creator, subject, and keyword properties of the document root allow you to add metadata for a report. Select the document root in the Structure View and enter your values for the properties:
Figure 1. Report Design metadata
The meta data is inserted into the final document (e.g. PDF, SVG) if the format supports meta data. In the case of SVG, the title property is used as a document caption in GRV.
If your report will run in compatibility mode (having no 4rp design document), the values can be set by calls to the corresponding Report API functions: fgl_report_setTitle(), fgl_report_setAuthor(), fgl_report_setSubject() and fgl_report_setKeywords(). See the Genero Studio >> Report Writer documentation topic "Report API Functions".