I'm very much stuck with this, and hoping someone here can help.
I have a report that my designer has created using Crystal Reports. I'm now attempting to include this report in WPF using the CrystalReportsViewer (c#) However i cannot for the life of me get it to work, or find any help on this matter. It seems everyone designs their reports in visual studio, however we do not do this.
The report is connecting to a mysql database using a datasource created using the ODBC data source administrator tool.
The report has several sub reports inside it.
However, no matter that i try, i always get a login prompt shown, and even entering valid information gets a login failed.
I have created a stack overflow question about this several times with no answers given, the latest one is here:
c# - Existing Crystal Report in WPF - Stack Overflow
Any help on this matter would be greatly appreciated.