addBibliography()
Add bibliography to the report.
Usage
addBibliography( title )
Parameters
- title (string)
- Biblography title which should be added.
Return Value
None
Description
This routine adds a bibliography title to the report. The bibliography title is given by
title. For
example,
rep.addBibliography( "This document is about AcuReport" )