Hi,
Sailesh thanks for replying. That is one of the specific reason.
And these for Priya also..........
In CR XI you have Developer version only will allow you to deploy with VB.
And in VB you have to follow these steps to run CRXI reports in VB
1. In VB project properties go to Designer tab and select Crystal Reports 11 and in Controls tab select Crystal ActiveX Report Viewer Liberary 11.0
2. You will get one more tool box in tools window called Crystal Reports
3. and write the code like this in the form load (or which event you want)
Dim Report as New CrystalReport1
CrystalActiveXReportViewer.ReportSource = Report.Application.OpenReport( Give Report Path )
CrystalActiveXReportViewer.ViewReport
4. Run the Application.
Let me know if any queries.........................:cool: