GdaReportRmlDocument

GdaReportRmlDocument — Report document based on the RML dialect

Synopsis




                    GdaReportRmlDocument;
GdaReportDocument*  gda_report_rml_document_new         (GdaReportEngine *engine);

Object Hierarchy


  GObject
   +----GdaReportDocument
         +----GdaReportRmlDocument

Description

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.

Details

GdaReportRmlDocument

typedef struct _GdaReportRmlDocument GdaReportRmlDocument;


gda_report_rml_document_new ()

GdaReportDocument*  gda_report_rml_document_new         (GdaReportEngine *engine);

Creates a new GdaReportRmlDocument using rml_file as a base

engine :
Returns : a new GdaReportRmlDocument object