GNOME Data Access manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
struct GdaReportDocumentPrivate; GdaReportDocument* gda_report_document_new (void); GdaReportDocument* gda_report_document_new_from_string (const gchar *xml); GdaReportDocument* gda_report_document_new_from_uri (const gchar *uri); |
GdaReportDocument* gda_report_document_new (void); |
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); |
GdaReportDocument* gda_report_document_new_from_uri (const gchar *uri); |