Better WPF support
Hi,
we use the latest version of FastReports.NET inside our WPF application. We're unable to specify an owner when we want to show a modal dialog (preview, export, etc...) because the FastReport.NET API wants a System.Windows.Forms.Form.
Please change the API to accept IWin32Window which should be a non-breaking change because System.Windows.Forms.Form implements this interface. This change would allow us to use WPF forms as owner.
Kind regards,
Mark Junker
we use the latest version of FastReports.NET inside our WPF application. We're unable to specify an owner when we want to show a modal dialog (preview, export, etc...) because the FastReport.NET API wants a System.Windows.Forms.Form.
Please change the API to accept IWin32Window which should be a non-breaking change because System.Windows.Forms.Form implements this interface. This change would allow us to use WPF forms as owner.
Kind regards,
Mark Junker
Comments
Ok, I will fix the report.Show and report.ShowPrepared methods. Is there any methods to fix?
Please change Report.Design too.
Hmm ... I thought that I saw something in the export modules too ... but I cannot find it any more.
Thank you for your fast response.
Kind regards,
Mark Junker
Okay, thank you for clearing up this misunderstanding of this function.