In Windows Form application, it was as trivial as Creating a Form and bind the RPT file to the Form. Looks like this option isn’t possible with WPF.
I would like to show a Crystal Report on a new Window when a button is clicked. How to achieve this with WPF.
It can be done by using the Window Class:
See code below for demonstration