Top | ![]() |
![]() |
![]() |
![]() |
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
);
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
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
);
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
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
);
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
);