Project Analyzer supports several report formats. You can get the reports to the display, the printer or a file for your favorite word processor, file viewer, web browser or spreadsheet application.
To select the report format, open the
Report options dropdown in the toolbar. You can also use the Options|Report options menu.
Project Analyzer\Reports. If you wish to save in another location, select Save next report as... in the menu Options|Report options.| Format | Viewer | Notes | |
|---|---|---|---|
| HTML page | Any Web browser | The HTML generated is optimized for Microsoft Internet Explorer 6.0 (and later) and Mozilla Firefox 1.0 (and later). | |
| RTF | Microsoft Word or Windows WordPad | Version 1 RTF file ready for any word processor. | |
| Adobe Acrobat Reader 4.0 or later | The PDF files generated can be viewed with Adobe Acrobat Reader 4.0 and later. The PDF page size is the same as the current printer page size (defined in Print setup). The page is automatically rotated to landscape mode if the text is too wide for portrait mode. | ||
| Text | Windows Notepad or WordPad | Plain text report. If you need plain text reports, it's better to save them directly to a file via this option. You can also save as a .txt file in the Display report preview window, but the report uses less formatting than this option. | |
| CSV | Microsoft Excel | Format to export columnary reports to a spreadsheet. Not suitable for reports that don't put the content in columns. | |
| MHT | Microsoft Internet Explorer 5.0 or later | Single-file web archive. Suitable for saving Project Printer output in a single file. | |
This dialog, available through the Options|Report options menu, allows you to configure viewers, the report directory and the report footer.
Example: "c:\program files\viewer.exe" "%1"
| %d | Current date. |
| %n | Name of your project, project group or solution. |
| %v | Version of your project, as set in VB project options. Not available in all analyses, in which case %v will be empty. |
| %p | Project Analyzer v1.2.3 (current version number). |
You can pick fonts for your reports by selecting Font options in the Options menu. You can also select the character set.
Report font considerations. For portable reports, use a widely available font such as Courier New, Arial or Times New Roman. Fonts are not embedded in the reports. The fonts should exist on the reader's machine for an optimal experience.
HTML note. HTML reports use their own font options, see below.
PDF note. International character support is limited to Latin-based, Greek and Cyrillic scripts. Support for other scripts is limited. For proper Hebrew support, select Hebrew as the font script. For proper Arabic support, select an Arabic script font that contains glyphs for all Arabic presentation forms (Unicode FB50 to FEFF). Example of a working Arabic font: Code2000.
HTML reports have additional configuration options. Select Options|HTML options. You can choose from 3 types of configuration settings. You can either utilize the built-in formatting options or configure your own formatting with the help of a CSS file.
This group of settings allows quick and simple configuration of fonts and colors.
The settings will actually be stored within the report HTML file in a style block coded in the CSS language. The good news is, you can fine-tune the settings. You only need to know how to write simple CSS. Search the web for CSS tutorials if you wish to learn it.
This option allows you to embed your own customized CSS file to a style block in each HTML report. Your reports will be self-contained in that the data and the formatting are in just one file.
This option allows you to link your own CSS file to each HTML report. This way you keep the formatting in one file. When you need to modify the formatting, you don't need to regenerate the reports. Pick an existing CSS file or write a URL in the textbox. What you write in the textbox will get to the HTML files as such. The URL should point to an existing CSS file that is available on the reader's machine or online so that readers of your reports will be able to view them with your formatting.
The best way to get started writing your own CSS for options 2 and 3 above is this: Click the button named "CSS to Clipboard", open your text editor (Notepad will do) and press Paste. Save the settings in a .css file. You now have a skeleton of a CSS file to fine-tune and embed or link to.
©Aivosto Oy - Project Analyzer Help Contents