|  |  |  | GNOME Data Access 5 manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
struct              GdaReportRmlDocument;
GdaReportDocument * gda_report_rml_document_new         (GdaReportEngine *engine);
The GdaReportRmlDocument makes it easy to create reports based on a RML template file.
RML (Report Markup Language) is an XML dialect which allows one to describe in a very precise way layouts which can then be converted to PDF. For more information, see the ReportLab or OpenReport web pages.
GdaReportDocument * gda_report_rml_document_new         (GdaReportEngine *engine);
Creates a new GdaReportRmlDocument using engine if specified
| 
 | a GdaReportEngine, or NULL. [allow-none] | 
| Returns : | a new GdaReportRmlDocument object |