![]() | ![]() | ![]() | GNOME Data Access manual | ![]() |
---|
GdaReportItem* gda_report_item_report_new (GdaReportValid *valid); GdaReportItem* gda_report_item_report_new_from_dom (xmlNodePtr node); gboolean gda_report_item_report_add_sqlquery (GdaReportItem *report, GdaReportItem *sqlquery); GdaReportItem* gda_report_item_report_get_sqlquery (GdaReportItem *report, const char *id); gboolean gda_report_item_report_set_reportheader (GdaReportItem *report, GdaReportItem *header); GdaReportItem* gda_report_item_report_get_reportheader (GdaReportItem *item); gboolean gda_report_item_report_set_reportfooter (GdaReportItem *report, GdaReportItem *footer); GdaReportItem* gda_report_item_report_get_reportfooter (GdaReportItem *item); gint gda_report_item_report_get_pageheaderlist_length (GdaReportItem *report); gboolean gda_report_item_report_add_nth_pageheader (GdaReportItem *report, GdaReportItem *pageheader, gint position); GdaReportItem* gda_report_item_report_get_nth_pageheader (GdaReportItem *report, gint position); gint gda_report_item_report_get_pagefooterlist_length (GdaReportItem *report); gboolean gda_report_item_report_add_nth_pagefooter (GdaReportItem *report, GdaReportItem *pagefooter, gint position); GdaReportItem* gda_report_item_report_get_nth_pagefooter (GdaReportItem *report, gint position); gboolean gda_report_item_report_set_detail (GdaReportItem *report, GdaReportItem *detail); GdaReportItem* gda_report_item_report_get_detail (GdaReportItem *item); GdaReportItem* gda_report_item_report_get_label_by_id (GdaReportItem *report, const gchar *id); GdaReportItem* gda_report_item_report_get_repfield_by_id (GdaReportItem *report, const gchar *id); gboolean gda_report_item_report_set_reportstyle (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_reportstyle (GdaReportItem *item); gboolean gda_report_item_report_set_pagesize (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_pagesize (GdaReportItem *item); gboolean gda_report_item_report_set_orientation (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_orientation (GdaReportItem *item); gboolean gda_report_item_report_set_units (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_units (GdaReportItem *item); gboolean gda_report_item_report_set_topmargin (GdaReportItem *item, GdaReportNumber *number); GdaReportNumber* gda_report_item_report_get_topmargin (GdaReportItem *item); gboolean gda_report_item_report_set_bottommargin (GdaReportItem *item, GdaReportNumber *number); GdaReportNumber* gda_report_item_report_get_bottommargin (GdaReportItem *item); gboolean gda_report_item_report_set_leftmargin (GdaReportItem *item, GdaReportNumber *number); GdaReportNumber* gda_report_item_report_get_leftmargin (GdaReportItem *item); gboolean gda_report_item_report_set_rightmargin (GdaReportItem *item, GdaReportNumber *number); GdaReportNumber* gda_report_item_report_get_rightmargin (GdaReportItem *item); gboolean gda_report_item_report_set_bgcolor (GdaReportItem *item, GdaReportColor *color); GdaReportColor* gda_report_item_report_get_bgcolor (GdaReportItem *item); gboolean gda_report_item_report_set_fgcolor (GdaReportItem *item, GdaReportColor *color); GdaReportColor* gda_report_item_report_get_fgcolor (GdaReportItem *item); gboolean gda_report_item_report_set_bordercolor (GdaReportItem *item, GdaReportColor *color); GdaReportColor* gda_report_item_report_get_bordercolor (GdaReportItem *item); gboolean gda_report_item_report_set_borderwidth (GdaReportItem *item, GdaReportNumber *number); GdaReportNumber* gda_report_item_report_get_borderwidth (GdaReportItem *item); gboolean gda_report_item_report_set_borderstyle (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_borderstyle (GdaReportItem *item); gboolean gda_report_item_report_set_fontfamily (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_fontfamily (GdaReportItem *item); gboolean gda_report_item_report_set_fontsize (GdaReportItem *item, GdaReportNumber *number); GdaReportNumber* gda_report_item_report_get_fontsize (GdaReportItem *item); gboolean gda_report_item_report_set_fontweight (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_fontweight (GdaReportItem *item); gboolean gda_report_item_report_set_fontitalic (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_fontitalic (GdaReportItem *item); gboolean gda_report_item_report_set_halignment (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_halignment (GdaReportItem *item); gboolean gda_report_item_report_set_valignment (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_valignment (GdaReportItem *item); gboolean gda_report_item_report_set_wordwrap (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_wordwrap (GdaReportItem *item); gboolean gda_report_item_report_set_negvaluecolor (GdaReportItem *item, GdaReportColor *color); GdaReportColor* gda_report_item_report_get_negvaluecolor (GdaReportItem *item); gboolean gda_report_item_report_set_dateformat (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_dateformat (GdaReportItem *item); gboolean gda_report_item_report_set_precision (GdaReportItem *item, GdaReportNumber *number); GdaReportNumber* gda_report_item_report_get_precision (GdaReportItem *item); gboolean gda_report_item_report_set_currency (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_currency (GdaReportItem *item); gboolean gda_report_item_report_set_commaseparator (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_commaseparator (GdaReportItem *item); gboolean gda_report_item_report_set_linewidth (GdaReportItem *item, GdaReportNumber *number); GdaReportNumber* gda_report_item_report_get_linewidth (GdaReportItem *item); gboolean gda_report_item_report_set_linecolor (GdaReportItem *item, GdaReportColor *color); GdaReportColor* gda_report_item_report_get_linecolor (GdaReportItem *item); gboolean gda_report_item_report_set_linestyle (GdaReportItem *item, const gchar *value); gchar* gda_report_item_report_get_linestyle (GdaReportItem *item);
GdaReportItem* gda_report_item_report_new (GdaReportValid *valid);
valid : | |
Returns : |
|
GdaReportItem* gda_report_item_report_new_from_dom (xmlNodePtr node);
node : | |
Returns : |
|
gboolean gda_report_item_report_add_sqlquery (GdaReportItem *report, GdaReportItem *sqlquery);
report : | |
sqlquery : | |
Returns : |
|
GdaReportItem* gda_report_item_report_get_sqlquery (GdaReportItem *report, const char *id);
report : | |
id : | |
Returns : |
|
gboolean gda_report_item_report_set_reportheader (GdaReportItem *report, GdaReportItem *header);
report : | |
header : | |
Returns : |
|
GdaReportItem* gda_report_item_report_get_reportheader (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_reportfooter (GdaReportItem *report, GdaReportItem *footer);
report : | |
footer : | |
Returns : |
|
GdaReportItem* gda_report_item_report_get_reportfooter (GdaReportItem *item);
item : | |
Returns : |
|
gint gda_report_item_report_get_pageheaderlist_length (GdaReportItem *report);
report : | |
Returns : |
|
gboolean gda_report_item_report_add_nth_pageheader (GdaReportItem *report, GdaReportItem *pageheader, gint position);
Sets pageheader in the nth position of the pageheaderlist of report If position is greater than the last pageheader, the last position will be assumed. If a pageheader exists in position, it will be moved to next position
report : | the report where to set the pageheader |
pageheader : | the pageheader to be assigned |
position : | the position in the pageheaderlist. first position = 0 |
Returns : | TRUE if all is ok, FALSE otherwise |
GdaReportItem* gda_report_item_report_get_nth_pageheader (GdaReportItem *report, gint position);
report : | |
position : | |
Returns : |
|
gint gda_report_item_report_get_pagefooterlist_length (GdaReportItem *report);
report : | |
Returns : |
|
gboolean gda_report_item_report_add_nth_pagefooter (GdaReportItem *report, GdaReportItem *pagefooter, gint position);
Sets pagefooter in the nth position of the pagefooterlist of report If position is greater than the last pagefooter, the last position will be assumed. If a pagefooter exists in position, it will be moved to next position
report : | the report where to set the pagefooter |
pagefooter : | the pagefooter to be assigned |
position : | the position in the pagefooterlist. first position = 0 |
Returns : | TRUE if all is ok, FALSE otherwise |
GdaReportItem* gda_report_item_report_get_nth_pagefooter (GdaReportItem *report, gint position);
report : | |
position : | |
Returns : |
|
gboolean gda_report_item_report_set_detail (GdaReportItem *report, GdaReportItem *detail);
report : | |
detail : | |
Returns : |
|
GdaReportItem* gda_report_item_report_get_detail (GdaReportItem *item);
item : | |
Returns : |
|
GdaReportItem* gda_report_item_report_get_label_by_id (GdaReportItem *report, const gchar *id);
report : | |
id : | |
Returns : |
|
GdaReportItem* gda_report_item_report_get_repfield_by_id (GdaReportItem *report, const gchar *id);
report : | |
id : | |
Returns : |
|
gboolean gda_report_item_report_set_reportstyle (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
gchar* gda_report_item_report_get_reportstyle (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_pagesize (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
gchar* gda_report_item_report_get_pagesize (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_orientation (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
gchar* gda_report_item_report_get_orientation (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_units (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
gchar* gda_report_item_report_get_units (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_topmargin (GdaReportItem *item, GdaReportNumber *number);
item : | |
number : | |
Returns : |
|
GdaReportNumber* gda_report_item_report_get_topmargin (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_bottommargin (GdaReportItem *item, GdaReportNumber *number);
item : | |
number : | |
Returns : |
|
GdaReportNumber* gda_report_item_report_get_bottommargin (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_leftmargin (GdaReportItem *item, GdaReportNumber *number);
item : | |
number : | |
Returns : |
|
GdaReportNumber* gda_report_item_report_get_leftmargin (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_rightmargin (GdaReportItem *item, GdaReportNumber *number);
item : | |
number : | |
Returns : |
|
GdaReportNumber* gda_report_item_report_get_rightmargin (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_bgcolor (GdaReportItem *item, GdaReportColor *color);
item : | |
color : | |
Returns : |
|
GdaReportColor* gda_report_item_report_get_bgcolor (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_fgcolor (GdaReportItem *item, GdaReportColor *color);
item : | |
color : | |
Returns : |
|
GdaReportColor* gda_report_item_report_get_fgcolor (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_bordercolor (GdaReportItem *item, GdaReportColor *color);
item : | |
color : | |
Returns : |
|
GdaReportColor* gda_report_item_report_get_bordercolor (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_borderwidth (GdaReportItem *item, GdaReportNumber *number);
item : | |
number : | |
Returns : |
|
GdaReportNumber* gda_report_item_report_get_borderwidth (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_borderstyle (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
gchar* gda_report_item_report_get_borderstyle (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_fontfamily (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
gchar* gda_report_item_report_get_fontfamily (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_fontsize (GdaReportItem *item, GdaReportNumber *number);
item : | |
number : | |
Returns : |
|
GdaReportNumber* gda_report_item_report_get_fontsize (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_fontweight (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
gchar* gda_report_item_report_get_fontweight (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_fontitalic (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
gchar* gda_report_item_report_get_fontitalic (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_halignment (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
gchar* gda_report_item_report_get_halignment (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_valignment (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
gchar* gda_report_item_report_get_valignment (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_wordwrap (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
gchar* gda_report_item_report_get_wordwrap (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_negvaluecolor (GdaReportItem *item, GdaReportColor *color);
item : | |
color : | |
Returns : |
|
GdaReportColor* gda_report_item_report_get_negvaluecolor (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_dateformat (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
gchar* gda_report_item_report_get_dateformat (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_precision (GdaReportItem *item, GdaReportNumber *number);
item : | |
number : | |
Returns : |
|
GdaReportNumber* gda_report_item_report_get_precision (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_currency (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
gchar* gda_report_item_report_get_currency (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_commaseparator (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
gchar* gda_report_item_report_get_commaseparator (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_linewidth (GdaReportItem *item, GdaReportNumber *number);
item : | |
number : | |
Returns : |
|
GdaReportNumber* gda_report_item_report_get_linewidth (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_linecolor (GdaReportItem *item, GdaReportColor *color);
item : | |
color : | |
Returns : |
|
GdaReportColor* gda_report_item_report_get_linecolor (GdaReportItem *item);
item : | |
Returns : |
|
gboolean gda_report_item_report_set_linestyle (GdaReportItem *item, const gchar *value);
item : | |
value : | |
Returns : |
|
<<< GdaReportItemRepField | GdaReportItemReportFooter >>> |