Create a report and store the information in this object.
function CreateReport ( $format, $report, $title, $parameters = NULL )
Get array of report information for reports available to the system.
function GetReports ( )
Moves a completed report to a specified filename.
function ReportToFile ( $filename )
Get report MIME type based on stored information
function ServeReport ( )
Serves a merge file (which natively outputs in Postscript) as a PDF.
function ServeMergeAsPDF ( )
Get report meta-information
function _ReadMetaInformation ( $report )