Rastogi

hi forum

what is difference between ReportViewer Report (VS 2005 Control) and CrystalReport. Can we Create ReportViewer Report From Access and Also explain Adantage of ReportViewer Report.



Re: Crystal Reports for Visual Studio difference betwwen ReportViewer and CrystalReport

Dave Holmes

Hi Rastogi.

The main difference is that the ReportViewer is used to display reporting services reports. The CrystalReportViewer control is used to display Crystal reports. You should choose the report viewer control that corresponds to the file type that you want to display. If you are using Crystal reports, you should use the CrystalReportViewer control.

- Dave