Setting the DHTML Meta-Data Information
You can set the DHTML meta-data before exporting the report to HTML. The following properties are available:
report.title
report.subject
report.author
report.keywords
report.comments
report.created
report.modified
You can set these in the following way:
ReportSheet report = new TabularSheet();
report.setProperty("report.title", "Hello");
| << Exporting an HTML Bundle | © 1996-2013 InetSoft Technology Corporation (v11.5) | 3.8.4 Exporting to RTF Programmatically >> |