| GNOME Data Access manual | |||
|---|---|---|---|
| <<< Previous Page | Home | Up | Next Page >>> | 
| struct GdaReportClientPrivate; GdaReportClient* gda_report_client_new (void); GdaReportDocument* gda_report_client_run_document (GdaReportClient *client, const gchar *xml); | 
| GdaReportClient* gda_report_client_new (void); | 
Create a new GdaReportClient object, which lets you connect to the GDA report engine.
| GdaReportDocument* gda_report_client_run_document
                                            (GdaReportClient *client,
                                             const gchar *xml); | 
Runs a report document on the server engine. This means that a XML string containing the report definition is sent to the report engine, which gets all data defined in the report, and returns the same XML string filled in with data.