Home All Groups Group Topic Archive Search About

Loading Crystal report

Author
1 Jul 2006 5:53 AM
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

Author
1 Jul 2006 6:14 AM
behzadt1354
robinsimon_m wrote:
> 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
Author
4 Jul 2006 6:59 AM
Peter Proost
http://www.vb-tips.com/default.aspx?ID=68888abf-f137-45d1-8a81-e779bfb411c5

Greetz, Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

<behzadt1***@gmail.com> schreef in bericht
Show quoteHide quote
news:1151734458.666952.187400@m73g2000cwd.googlegroups.com...
>
> robinsimon_m wrote:
> > 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
>