Loading Crystal report

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
 
B

behzadt1354

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top