Report TopMost and print dialog
Hello.
In almost every window in my application im using Window.TopMost = true propery.
Problem is that, when im opening report, its hiding somewhere, so i found that property :
FastReport.Utils.Config.PreviewSettings.TopMost = true;
Now its ok, report is in topmost position but... when im trying to save file or print it, when dialog to save/print appear, it hiding behind report.
Is it possible to get print/save button event click, and then set it as topmost?
Thanks for answers!
In almost every window in my application im using Window.TopMost = true propery.
Problem is that, when im opening report, its hiding somewhere, so i found that property :
FastReport.Utils.Config.PreviewSettings.TopMost = true;
Now its ok, report is in topmost position but... when im trying to save file or print it, when dialog to save/print appear, it hiding behind report.
Is it possible to get print/save button event click, and then set it as topmost?
Thanks for answers!
Comments