function hc_export_report()
{
	$reports = new ReportController;
    $reports->export();
}