Clicking Save in the designer first throws the GetPreviewDataSet event.
Posted: Wed Aug 19, 2009 2:43 pm
Note: using 2009.1 stable. not attempted on new preview release.
When I save a report the GetPreviewDataSet event appears to be fired before the SaveReport event. This is very unexpected and undesirable behavior, I would expect that only the SaveReport event should fire when I save a report. Was this intentional, or possibly a bug? Is there a way I can check to see if GetPreviewDataSet was thrown due to the save button, or a request for a preview so that I can skip the processing in the event handler.
Thanks for your time.
When I save a report the GetPreviewDataSet event appears to be fired before the SaveReport event. This is very unexpected and undesirable behavior, I would expect that only the SaveReport event should fire when I save a report. Was this intentional, or possibly a bug? Is there a way I can check to see if GetPreviewDataSet was thrown due to the save button, or a request for a preview so that I can skip the processing in the event handler.
Thanks for your time.