If you go to Manage for a report in the SSRS web viewer there is an option to view Report History. Then, near the top there is a button for New Snapshot. I imagine that the code behind this button uses the ReportExectionService class. I have looked at the LoadReport method and the Render method (and tried them) and neither seem to actually create a snapshot. Can anyone tell me what method/class I need to be using to generate a new snapshot for a report for which snapshots are enabled? (note: I actually have snapshots scheduled to be created on a daily schedule, but would like the ability to create one after a specific data mining event elsewhere in my applications).
Thanks!