Top | ![]() |
![]() |
![]() |
![]() |
#define | GDA_REPORT_DOCUMENT() |
GdaReportDocument * | gda_report_document_new () |
GdaReportDocument * | gda_report_document_new_from_string () |
GdaReportDocument * | gda_report_document_new_from_uri () |
xmlDocPtr | gda_report_document_to_dom () |
GdaReportValid * | gda_report_document_get_valid () |
gboolean | gda_report_document_set_root_item () |
GdaReportItem * | gda_report_document_get_root_item () |
gboolean | gda_report_document_save_file () |
#define GDA_REPORT_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST (obj, GDA_TYPE_REPORT_DOCUMENT, GdaReportDocument))
GdaReportDocument *
gda_report_document_new (GdaReportValid *valid
);
Create a new GdaReportDocument object, which is a wrapper that lets you easily manage the XML format used in the GDA report engine.
GdaReportDocument * gda_report_document_new_from_string (const gchar *xml
,GdaReportValid *valid
);
GdaReportDocument * gda_report_document_new_from_uri (const gchar *uri
,GdaReportValid *valid
);
GdaReportValid *
gda_report_document_get_valid (GdaReportDocument *document
);
gboolean gda_report_document_set_root_item (GdaReportDocument *document
,GdaReportItem *item
);
GdaReportItem *
gda_report_document_get_root_item (GdaReportDocument *document
);