Loading Crystal report

  • Thread starter Thread starter robinsimon_m
  • Start date Start date
R

robinsimon_m

How to load the Crystal report that we have done in crystal report software
in Vb.net. some body pls send me the code for that. uits really urgent.

Here am using the 3rd party software called Crystal Report and not the one
that is available in the .net pack
 
robinsimon_m said:
How to load the Crystal report that we have done in crystal report software
in Vb.net. some body pls send me the code for that. uits really urgent.

Here am using the 3rd party software called Crystal Report and not the one
that is available in the .net pack

Hi
you can add a windows form to your project and then add a
CrystalReportViewer control to this form and then set the ReportSource
property of this viewer to your crystalreport object and it is better
that you add these refrences to your project:

CrystalDecisions.crystalreports.engine
Crystaldecisions.reportsource
Crystaldecisions.windows.forms
CrystalDecisions.shared
 
Back
Top