Module Report_gui (.ml)


module Report_gui: sig .. end
This module defines a class used to edit a report description file.

val set_binary_io : bool -> unit
Change input/output format to binary (true) or XML (false).
class report_app : string -> object .. end
This class takes a file name and create an object which represents a report app.