Report '_Project model documentation in HTML' /* Creates Project Models information according to the following rules: * Creates Project information (Name, Status, Personnel with the contact information) from model properties * Creates picture file of the project model graph in the gif-format * Includes the picture file to the document * Lists all the graphs and subprojects of the project model to the table * Creates information on each graph to own HTML file * Calls _Dictionary in HTML-subreport * Calls _Object properties in HTML-subreport * Closes the graphs HTML file * Ends the HTML file * Creates information on subprojects to the own HTML file * Calls _Project model documentation in HTML-subreport * Closes the subprojects HTML file */ '
'; '| Person name | Email address | Contact information |
|---|---|---|
| '; id;' | ';''; :E-mail; ' | '; dowhile :Contact address; {id; ' ';}; ' |

| Graph name | Documentation |
|---|---|
| '; id;' | '; dowhile :Documentation; {id; ' ';}; ' |
| '; id;' | '; dowhile :Documentation; {id; ' ';}; ' |