Is it possible to inside MyReport.view.php create a button that will export the same report in excel (MyReportExcel.view.php) ? Currently i have to call an action of laravel, so that i initiate a new MyReport run all the queries again and then export it, but i dont want to do that since i already am displaying all the needed data inside MyReport.view.php.