views:

34

answers:

1

Hi, Thanks for read my Question..

I have a Report on Crystal Report, and I am using CrystalReport for VS2010, VS2010, SQl Server 2008 and WPF targeting .Net Framework 4.0.

The question is.. I am allready made a Report and I have and App on WPF in which I need to call, embed or whatever it is take to show the report.

How could I ?

Thanks.

+1  A: 

You're going to use the CrystalReportViewer control to hold the report, please see this StackOverflow question.

Dugan