Is there some way to cache a generated report in the reporting services, so that I could later export it to some other format ?
I.e., currently, I'm generating an HTML version of the report (throught the webservice) and if the users asks for an excel file, I generate it again, this time in excel. The problem is, that the data can potentialy change during this time and the HTML and excel versions may differ. Another obvious drawback is that the report is being regenerated, when just a change of format would suffice.
So the question is, whether reporting services support some sort of caching mechanism for the generated data and a later export to a specified format ? I'm currious, how is the "Export" button implemented in the report viewer control - does it actually regenerate the report, or does it somehow export it ?