| Top |
Object Hierarchy
GObject ╰── GdaReportDocument ├── GdaReportRmlDocument ╰── GdaReportDocbookDocument
Description
The GdaReportDocument wraps the usage of a GdaReportEngine for specific HTML or PDF targets. This class is abstract (no instance be created directly), and one of its subclasses has to be used.
Functions
gda_report_document_set_template ()
void gda_report_document_set_template (GdaReportDocument *doc,const gchar *file);
Instructs doc
to use the file
RML file as a template
gda_report_document_run_as_html ()
gboolean gda_report_document_run_as_html (GdaReportDocument *doc,const gchar *filename,GError **error);
Creates the report document and saves it as an HTML file into filename
Parameters
doc |
a GdaReportDocument object |
|
filename |
the name of a filename to save to |
|
error |
a place to store errors, or |
gda_report_document_run_as_pdf ()
gboolean gda_report_document_run_as_pdf (GdaReportDocument *doc,const gchar *filename,GError **error);
Creates the report document and saves it as a PDF file into filename
Parameters
doc |
a GdaReportDocument object |
|
filename |
the name of a filename to save to |
|
error |
a place to store errors, or |
Property Details
The “template” property
“template” gchar *
Owner: GdaReportDocument
Flags: Write
Default value: NULL
