Full View Print on Scheduler Answered: Yes, it's possible using the standard exportAs().print() call. Just specify the area you want to export: dp.exportAs("svg", { area: "full"}).print(); You can try it in the browser console in the Sche... how-tojavascriptprintfullviewscheduler