cancel
Showing results for 
Search instead for 
Did you mean: 

Updated Crystal Report in MVVM tutorial (Visual Studio)?

0 Kudos

Hi I'm currently making a project that's MVVM framework and needed crystal report to print documents. almost all tutorial I found was either hard wired to the framework or already deleted. Is there any tutorials or open project that I can use as study guide?

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

I don't see any reason why this should be different from any other code that uses the SDK. There is plenty of sample code available through links on the wiki: https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads.

If that sample code is not what you're looking for, please explain further.

-Dell

Answers (1)

Answers (1)

0 Kudos

Hi Mekan,

CR has a WPF viewer, I believe that's what MVVM uses.

Create a new WPF app, add the CR WPF viewer and you are off and running.

FYI - our WPF viewer is not that up to date, not many use it so not much development has been done with it.

I'll see if I can find one of my simple test app's and paste the code in, unfortunately this forum doesn't allow attaching test app's.

Don