I have heard it is possible to set subscription reports to run and be stored directly into a database table to later be loaded by an ASP.NET ReportViewer. If anyone knows how this is possible, I would appreciate any help.
That's the question, now here's the reasoning:
We are generating an ASP.NET application that hosts several SSRS reports on a highly secure server. We have a majority of the structure working well, but are looking for a way support subscription reports that doesn't require writing to and reading from Windows folders or directly emailing data as neither are options.
If you have any idea how we might support that task in other ways, I would very much appreciate that help, also.