GdaReportResult

GdaReportResult —

Synopsis




#define     GDA_REPORT_RESULT               (obj)
struct      GdaReportResultPrivate;
GdaReportResult* gda_report_result_new_to_memory
                                            (GdaReportDocument *document);
GdaReportResult* gda_report_result_new_to_uri
                                            (const gchar *uri,
                                             GdaReportDocument *document);
GdaReportResult* gda_report_result_load_from_uri
                                            (const gchar *uri);

Description

Details

GDA_REPORT_RESULT()

#define GDA_REPORT_RESULT(obj)            (G_TYPE_CHECK_INSTANCE_CAST (obj, GDA_TYPE_REPORT_RESULT, GdaReportResult))

obj :

struct GdaReportResultPrivate

struct GdaReportResultPrivate;


gda_report_result_new_to_memory ()

GdaReportResult* gda_report_result_new_to_memory
                                            (GdaReportDocument *document);

Create in memory a new GdaReportResult object, which is the result to process a GdaReportDocument object

document :
Returns : the newly created object.

gda_report_result_new_to_uri ()

GdaReportResult* gda_report_result_new_to_uri
                                            (const gchar *uri,
                                             GdaReportDocument *document);

Create in a uri a new GdaReportResult object, which is the result to process a GdaReportDocument object

uri :
document :
Returns : the newly created object.

gda_report_result_load_from_uri ()

GdaReportResult* gda_report_result_load_from_uri
                                            (const gchar *uri);

uri :
Returns :