GdaReportClient

Name

GdaReportClient -- 

Synopsis



struct      GdaReportClientPrivate;
GdaReportClient* gda_report_client_new      (void);
GdaReportDocument* gda_report_client_run_document
                                            (GdaReportClient *client,
                                             const gchar *xml);

Description

Details

struct GdaReportClientPrivate

struct GdaReportClientPrivate;


gda_report_client_new ()

GdaReportClient* gda_report_client_new      (void);

Create a new GdaReportClient object, which lets you connect to the GDA report engine.

Returns : the newly created object.


gda_report_client_run_document ()

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.

client : a GdaReportClient object.
xml : the XML string containing the report definition.
Returns : a GdaReportDocument object containing the report output, or NULL on error.