GdaReportRmlDocument

GdaReportRmlDocument — Report document based on the RML dialect

Functions

Types and Values

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.

Functions

gda_report_rml_document_new ()

GdaReportDocument *
gda_report_rml_document_new (GdaReportEngine *engine);

Creates a new GdaReportRmlDocument using rml_file as a base

Returns

a new GdaReportRmlDocument object

Types and Values

struct GdaReportRmlDocument

struct GdaReportRmlDocument;