For a specific report I have set a notification that sends an email "When the report content is refreshed. This option is available only for report snapshots." The problem is this. When I go the "Report History" and click"New Snapshot" a snapshot is created (I can see it in the history list when I refresh) but no notification is sent. The same happens when I call the ReportingService2005.CreateReportHistorySnapshot method in .NET. However, when I go to the "Processing Options" menu in the report Manage screen I have selected the "Render this report from a report snapshot" option, and when I check the"Create a report snapshot when you click the Apply button on this page" and click Apply Ido get an email notification! I would think that the logic and activity behind each of these three is the same, but I'm not getting the expected results.
Any idea how I can get the notifications sent for a "New Snapshot" and a call to the ReportingService2005.CreateReportHistorySnapshot method?
Thanks so much!