35#define SAVED_REPORTS_FILE "saved-reports-2.8"
36#define SAVED_REPORTS_FILE_OLD_REV "saved-reports-2.4"
42void gnc_report_init(
void);
44gint gnc_report_id_string_to_report_id (
const char *id_string);
46gboolean gnc_run_report_with_error_handling(gint report_id,
50gboolean gnc_run_report_id_string_with_error_handling(
const char* id_string,
59gchar* gnc_report_name(SCM report);
62SCM gnc_report_find(gint
id);
64void gnc_report_remove_by_id(gint
id);
66gint gnc_report_add(SCM report);
68void gnc_reports_flush_global(
void);
70void gnc_reports_foreach (GHFunc func, gpointer user_data);
72gchar* gnc_get_default_report_font_family(
void);
74gboolean gnc_saved_reports_backup(
void);
76gboolean gnc_saved_reports_write_to_file(
const gchar* report_def, gboolean overwrite);
91GncOptionDB* gnc_get_optiondb_from_dispatcher(SCM dispatcher);
Holds all of the options for a book, report, or stylesheet, organized by GncOptionSections.