Hi, I've noticed that when previewing a ReportDocument in the WPF Report Designer and then switching back to 'Designer' mode, the ReportDocument.HasChanges property becomes true, even though nothing has actually been changed. Why does it think it has been changed?
I have attached an app showing the issue. At the top of the window I am showing the status of the ReportDocument.HasChanges property. If you switch to 'Previewing' mode and then back again, you'll see it change to True even though nothing has actually been modified in the Report Document. If you try to close the window, the Report Designer prompts you to save the changes even though nothing has actually changed.
In my main app, I use the ReportDocument.HasChanges property to monitor if the Report is dirty or not, so this issue is giving me a false 'dirtyness' for the report. Is there a way to prevent this behaviour?
Thanks