Vishal Shah
Vishal Shah

Reputation: 1

How to Generate crystal report in visual studio 2010 WPF application?

I want to generate a crystal report in visual studio 2010 in WPF application.

Can anyone please help me to solve out ?

I have tried but it does not works ..

please provide me the code ?

Upvotes: 0

Views: 1721

Answers (2)

Divya Singhal
Divya Singhal

Reputation: 41

Crystal Report now doesn't comes with Visual Studio. You have to download it separately. Follow this link: http://www.businessobjects.com/jump/xi/crvs2010/default.asp .

Once you install the CR2010. You will be able to add crystal report pages (.rpt) in your project using VS 2010.

Upvotes: 1

Phil
Phil

Reputation: 147

I don't think Crystal Reports are provided by default any more in VS2010, you have to download and install them separately.

Upvotes: 0

Related Questions