0

I want use crystal reports in my windows application in c# .net.

But when I add a report from add new item and adding a crystal report but the error is that the report is added in ".mht" format not in .rpt format, and also the report viewer also not showing in tool items.

I am using visual studio 2010 ultimate edition.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Mohd Waseem
  • 186
  • 1
  • 4
  • 19

2 Answers2

0

Crystal reports are not built-in components in Visual studio 2010. You have to download and install it.

If you are interested, you can use ReportViewer instead of Crystal Reports

To download crystal reports, click here

Linga
  • 10,379
  • 10
  • 52
  • 104
0

In VS 2010 crystal report comes separately so you can download crystal report from below link here

DevelopmentIsMyPassion
  • 3,541
  • 4
  • 34
  • 60
  • Will you please tell me about some thing on my new question.[link](http://stackoverflow.com/q/15040309/1849480) – Mohd Waseem Feb 26 '13 at 05:38