My company is implementing reporting via Angular and a REST service. I've done some research and tinkered with the rendering extensions but I've been unable to determine if it's possible to render an interactive report, save it to some location, and load the report viewer at a later time.
For example:
1) A user schedules an interactive report in our system for a later date.
2) A batch job calls the Report REST Service at the scheduled date and time to render the interactive report and save it some location.
3) The user returns to the system at a later date and the interactive report is then loaded into the Report Viewer, rather than having Report Viewer call the REST service directly.
Is this even possible? Or will we have to settle for saving scheduled reports as PDFs?
Any and all information is appreciated!